Decrease line-height for switches.
The label not being vertically centered was driving me mad.
This commit is contained in:
parent
b2bfb6c3e9
commit
98f1e62047
|
@ -10,7 +10,7 @@
|
||||||
margin: 0 10px 0 15px
|
margin: 0 10px 0 15px
|
||||||
padding: 0 10px 0 0
|
padding: 0 10px 0 0
|
||||||
border: 1px solid #bdbdbd
|
border: 1px solid #bdbdbd
|
||||||
line-height: 21px
|
line-height: 19px
|
||||||
font-size: 11px
|
font-size: 11px
|
||||||
color: #999
|
color: #999
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user