summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-20 10:31:58 +0200
committerYorhel <git@yorhel.nl>2019-10-20 10:32:19 +0200
commitf7dfacedf5a55596eabe3c30543a2ff2482063b4 (patch)
tree3d04ba28c40869e320d8e661699e4edcd997e0c5 /data
parent22bc2daf418e5484eead68472e7286a07a53ce36 (diff)
CSS: Give more room for the number in poll bars
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 4d678084..16378ef5 100644
--- a/data/style.css
+++ b/data/style.css
@@ -477,7 +477,7 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
.votebooth td { vertical-align: middle; padding: 0 8px; }
.votebooth { margin: 0 30px }
.votebooth td.tc1 { padding-right: 20px }
-.votebooth td.tc2 { min-width: 220px }
+.votebooth td.tc2 { min-width: 240px }
.votebooth td.tc2 div { margin: 2px; }
.votebooth td.tc2 div.graph { float: left; height: 14px; background-color: $border$; padding: 0; }
.votebooth td.tc3 { text-align: right; padding-right: 16px; }