aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2021-07-12 17:13:32 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2021-07-13 17:06:20 +0200
commitfa0594c37b8be66a64766fcf0e710888683846a4 (patch)
tree27e7c87a4110ea60c7f99744e7e9b0c362b86406 /pkg/html
parent7e94e6947b4e622cce1b149718c4030b5fb3f27d (diff)
dashboard/app/static/style.css: make tag cell wider
40pt is not enough for 12 byte hashes. At the same time, 60pt is more than needed for 8 byte hashes. Remove fixed width for the tag column, let only the upper limit remain.
Diffstat (limited to 'pkg/html')
-rw-r--r--pkg/html/generated.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index 1ed211ffc..78965f9cc 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -119,8 +119,7 @@ table td, table th {
.list_table .tag {
font-family: monospace;
font-size: 8pt;
- width: 40pt;
- max-width: 40pt;
+ max-width: 60pt;
}
.list_table .opts {