aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2021-07-13 17:52:55 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2021-07-13 20:37:58 +0200
commit484502bddac5f2c0fc591227b634da2f7f42dbf0 (patch)
treeb2179530a9a2428b63eaae2425d9ed9e8dd8cbe6 /pkg
parentfa0594c37b8be66a64766fcf0e710888683846a4 (diff)
all: adjust Kernel Build Commit column width
After 12 digit kernel commit hashes were introduced, it turned out that there remains one table that cannot accommodate such values. Fix this by removing the max-width property from .list_table .stat. This class is not used for data that needs to be truncated anyway.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/html/generated.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index 78965f9cc..2cbcba3ec 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -155,7 +155,6 @@ table td, table th {
.list_table .stat {
width: 55pt;
- max-width: 55pt;
font-family: monospace;
text-align: right;
}