mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: radio / checkbox inputs margin fix
This commit is contained in:
parent
8fb50a7e8b
commit
0ac64b6d50
@ -119,7 +119,7 @@ input {
|
|||||||
&[type="radio"],
|
&[type="radio"],
|
||||||
&[type="checkbox"] {
|
&[type="checkbox"] {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-left: 3px;
|
margin-right: 3px;
|
||||||
line-height: $line-height-small;
|
line-height: $line-height-small;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user