diff options
| author | 2014-09-18 17:44:31 +0200 | |
|---|---|---|
| committer | 2014-09-18 17:44:31 +0200 | |
| commit | 2f5304a1f7052bce1315f2ed85141568f0995e7c (patch) | |
| tree | 17c5e3b92ba9628d8569e0a2f619fd82ec12ca62 /p/themes/Flat/flat.css | |
| parent | 097703f23e6799f9c20d282459c461b0462dc737 (diff) | |
Fix width on idle page (stats)
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 6f9249ecb..41d03c57d 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -870,7 +870,7 @@ a.btn { text-overflow: ellipsis; } .stat > .horizontal-list .item:first-child { - width: 250px; + width: 270px; } /*=== LOGS */ |
