diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2021-07-13 17:52:55 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-07-13 20:37:58 +0200 |
| commit | 484502bddac5f2c0fc591227b634da2f7f42dbf0 (patch) | |
| tree | b2179530a9a2428b63eaae2425d9ed9e8dd8cbe6 /dashboard/app/static | |
| parent | fa0594c37b8be66a64766fcf0e710888683846a4 (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 'dashboard/app/static')
| -rw-r--r-- | dashboard/app/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 71cfb537b..6822be40a 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -151,7 +151,6 @@ table td, table th { .list_table .stat { width: 55pt; - max-width: 55pt; font-family: monospace; text-align: right; } |
