From 9526fdd1f826b0681a973340b4914517dd160e2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 1 Apr 2023 10:04:55 +0200 Subject: dashboard/app: don't wrap assets column in crashes table Make each crash table row take 1 line. Otherwise it looks unesthetic and vertical space is wasted no other column has data on the second/third/fourth lines. --- pkg/html/pages/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 2392af6b8..a792d76be 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -191,8 +191,7 @@ table td, table th { } .list_table .assets { - max-width: 120pt; - white-space: normal; + white-space: nowrap; } .list_table .assets .no-break { -- cgit mrf-deployment