better poll option alignment for multi-line

This commit is contained in:
Jeff Atwood 2015-05-29 16:32:39 -07:00
parent 3a67c02c7a
commit 9ce6603864
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ div.poll {
li, .option { li, .option {
cursor: pointer; cursor: pointer;
font-size: 1.125em; font-size: 1.125em;
line-height: 2; height: 45px;
} }
li[data-poll-option-id] { li[data-poll-option-id] {