diff options
Diffstat (limited to 'pkg/html/pages/style.css')
| -rw-r--r-- | pkg/html/pages/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 156bf61ba..9ec565616 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -180,14 +180,14 @@ table td, table th { } .list_table .stat_name { - width: 150pt; - max-width: 150pt; + width: 180pt; + max-width: 180pt; font-family: monospace; } .list_table .stat_value { - width: 120pt; - max-width: 120pt; + width: 200pt; + max-width: 200pt; font-family: monospace; } |
