diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2023-04-01 10:04:55 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2023-04-03 08:59:25 +0200 |
| commit | 9526fdd1f826b0681a973340b4914517dd160e2a (patch) | |
| tree | 9e29e4afe428a201313a374fa5368153bce47eb5 /pkg/html | |
| parent | 03b9fe08ab79653ea793034e4614be851d110eec (diff) | |
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.
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
