From ba9cbe0b47101b04e0c6fe61788e51c656c347af Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 2 Jan 2023 13:12:30 +0100 Subject: dashboard: display assets in the crash table --- pkg/html/pages/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 19d06210b..d5ceef253 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -185,6 +185,15 @@ table td, table th { text-decoration: line-through; } +.list_table .assets { + max-width: 120pt; + white-space: normal; +} + +.list_table .assets .no-break { + display: inline-block; +} + .bad { color: #f00; font-weight: bold; -- cgit mrf-deployment