diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9007cb5e54..5e1df81be0 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3327,22 +3327,31 @@ li.addon { #adminpage h2 { word-break: break-all; } -#adminpage .table-logs-grid thead tr { +#adminpage .table-logs thead tr { display: grid; grid-auto-flow: row; } -@media (min-width: 600px) { - #adminpage .table-logs-grid thead tr { - grid-auto-flow: column; - } +#adminpage .table-logs tbody { + display: table; + width: 100%; + table-layout: fixed; } -#adminpage .table-logs-grid tbody { - display: grid; +#adminpage .table-logs td { + word-break: break-word; +} +#adminpage .table-logs td.log-message { + width: 40%; } -#adminpage td.log-message, #logdetail td.log-message { width: 80%; - word-break: break-word; +} +@media (min-width: 600px) { + #adminpage .table-logs thead tr { + grid-auto-flow: column; + } + #adminpage .table-logs td.log-message { + width: 60%; + } } #admin-users #users tr.blocked { background-color: #f8efc0; diff --git a/view/theme/frio/templates/admin/logs/view.tpl b/view/theme/frio/templates/admin/logs/view.tpl index ffeb1671ca..dc0fda4919 100644 --- a/view/theme/frio/templates/admin/logs/view.tpl +++ b/view/theme/frio/templates/admin/logs/view.tpl @@ -22,7 +22,7 @@ -
{{$l10n.Date}} |
---|