UX: radio / checkbox inputs margin fix

This commit is contained in:
Joe
2018-09-19 21:22:40 +08:00
committed by GitHub
parent 8fb50a7e8b
commit 0ac64b6d50

View File

@@ -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;
}