From 484502bddac5f2c0fc591227b634da2f7f42dbf0 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 13 Jul 2021 17:52:55 +0000 Subject: 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. --- pkg/html/generated.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg') 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; } -- cgit mrf-deployment