diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-01-02 13:12:30 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-01-03 10:45:55 +0100 |
| commit | ba9cbe0b47101b04e0c6fe61788e51c656c347af (patch) | |
| tree | 0aedc915f74fe8e16d3167f05f4bd9a702d0690c /pkg/html | |
| parent | 188f3a75e1064bb2e6e53ba5b4fef50a3bd8048f (diff) | |
dashboard: display assets in the crash table
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; |
