Skip to content

Commit dbe772d

Browse files
authored
fix(checkbox): fix input and label alignment (#186)
1 parent 097529f commit dbe772d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scss/_common.scss

+3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@
137137
line-height: inherit;
138138

139139
&[type='checkbox'] {
140+
position: relative;
141+
top: 1px;
142+
140143
box-sizing: border-box;
141144
padding: 0;
142145
}

0 commit comments

Comments
 (0)