From 03be84d2419911264bc718ceaf8e5b2a62551e9e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 7 Nov 2024 16:01:01 +0100 Subject: pkg/manager: move style to CSS file Move style from the template to the CSS file. This is how it's done in all other cases, and it will allow to unify more things in subsequent changes. --- pkg/html/pages/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 7afe4ab02..b0afa3126 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -205,6 +205,13 @@ table td, table th { display: inline-block; } +.list_table .job_description { + max-width: 600pt; + word-break: break-all; + overflow-wrap: break-word; + white-space: normal; +} + .list_table .icon { font-size: 75%; } -- cgit mrf-deployment