diff options
Diffstat (limited to 'extensions/Voting/web')
-rw-r--r-- | extensions/Voting/web/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Voting/web/style.css b/extensions/Voting/web/style.css index 5d9c9afe6..c2b934e37 100644 --- a/extensions/Voting/web/style.css +++ b/extensions/Voting/web/style.css @@ -22,3 +22,7 @@ tr.bz_bug_being_voted_on td { border-style: solid none solid none; border-width: thin; } + +#votes_container { + white-space: nowrap; +} |