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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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