mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
use bigger bottom padding instead of line-height to vertical center
This commit is contained in:
parent
0013a94692
commit
50a39f7e98
@ -21,14 +21,13 @@ div.poll {
|
||||
li, .option {
|
||||
cursor: pointer;
|
||||
font-size: 1.125em;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
li[data-poll-option-id] {
|
||||
color: $option-foreground;
|
||||
background: $option-background;
|
||||
box-shadow: inset 0 -6px rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,0);
|
||||
padding: .5em .7em;
|
||||
padding: .5em .7em .7em .5em;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 4px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user