aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-11-07 16:01:01 +0100
committerDmitry Vyukov <dvyukov@google.com>2024-11-07 16:17:12 +0000
commit03be84d2419911264bc718ceaf8e5b2a62551e9e (patch)
tree257e82b3fdbfa0eab8702ecf8e5ef517fa697422 /pkg/html
parent2dd6d2b98a8b56d045e8d7011713f1becd746544 (diff)
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.
Diffstat (limited to 'pkg/html')
-rw-r--r--pkg/html/pages/style.css7
1 files changed, 7 insertions, 0 deletions
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%;
}