mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
use bigger bottom padding instead of line-height to vertical center
This commit is contained in:
parent
0013a94692
commit
50a39f7e98
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue