fix(checkbox): align vertically (#16331)

This commit is contained in:
Manu MA
2018-11-15 15:20:56 +01:00
committed by GitHub
parent f58a7c05e8
commit bd3ca42ea0
3 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@ input {
.checkbox-icon {
@include border-radius(var(--border-radius));
display: block;
position: relative;
width: var(--width);
@ -56,6 +57,7 @@ input {
background: var(--background);
contain: strict;
box-sizing: border-box;
}
.checkbox-icon path {