diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-07 16:01:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-07 16:17:12 +0000 |
| commit | 03be84d2419911264bc718ceaf8e5b2a62551e9e (patch) | |
| tree | 257e82b3fdbfa0eab8702ecf8e5ef517fa697422 /pkg/html | |
| parent | 2dd6d2b98a8b56d045e8d7011713f1becd746544 (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.css | 7 |
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%; } |
