diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-11-23 12:27:22 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-23 14:44:58 +0100 |
| commit | 646afdf84117c50c8216c24ba6ebffece1266b4e (patch) | |
| tree | c4609866b1b0f8127c902985beb2a1290d55d87e /dashboard/app/static | |
| parent | 8eb18c0bbcc63fd1fed11acb265edd5d0de79964 (diff) | |
dashboard/app: enlarge stats value column for manager
When numbers become large, they may not fit into 100px.
Diffstat (limited to 'dashboard/app/static')
| -rw-r--r-- | dashboard/app/static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 536cd82ab..6ac90a5f9 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -129,8 +129,8 @@ table td, table th { } .list_table .stat_value { - width: 100pt; - max-width: 100pt; + width: 120pt; + max-width: 120pt; font-family: monospace; } |
