diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 3a44ab0d6f..a31a690aa7 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3324,6 +3324,11 @@ li.addon { #adminpage .addon .desc { padding-left: 10px; } +#adminpage td.log-message, +#logdetail td.log-message { + width: 80%; + word-break: break-all; +} #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 4a5c77f53d..2b0a8c7204 100644 --- a/view/theme/frio/templates/admin/logs/view.tpl +++ b/view/theme/frio/templates/admin/logs/view.tpl @@ -59,7 +59,7 @@ {{foreach $data as $row}} - @@ -76,7 +76,7 @@ {{/if}} ">{{$row->level}} {{$row->context}} - {{$row->message}} + {{$row->message}} {{/foreach}}