aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-01-02 13:12:30 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-01-03 10:45:55 +0100
commitba9cbe0b47101b04e0c6fe61788e51c656c347af (patch)
tree0aedc915f74fe8e16d3167f05f4bd9a702d0690c /pkg/html
parent188f3a75e1064bb2e6e53ba5b4fef50a3bd8048f (diff)
dashboard: display assets in the crash table
Diffstat (limited to 'pkg/html')
-rw-r--r--pkg/html/pages/style.css9
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;