diff --git a/frontend/css/sections/logs.css.less b/frontend/css/sections/logs.css.less index a3537a2..2ee8d77 100644 --- a/frontend/css/sections/logs.css.less +++ b/frontend/css/sections/logs.css.less @@ -1,5 +1,6 @@ table.log-list { - tr.odd, tr.even { + tbody > tr > td { + vertical-align: top; } .http_status { @@ -98,6 +99,7 @@ table.log-list { .log { font-size: 85%; margin-top: 5px; + white-space: pre-wrap; } } diff --git a/frontend/src/templates/logs.html b/frontend/src/templates/logs.html index ee12848..430ebef 100644 --- a/frontend/src/templates/logs.html +++ b/frontend/src/templates/logs.html @@ -73,9 +73,7 @@ namespace: {{log.namespace}} {{tag}}: {{value}} -