UX: radio / checkbox inputs margin fix
This commit is contained in:
parent
8fb50a7e8b
commit
0ac64b6d50
|
@ -119,7 +119,7 @@ input {
|
|||
&[type="radio"],
|
||||
&[type="checkbox"] {
|
||||
margin-top: 3px;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
line-height: $line-height-small;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue