Skip to content

Commit 6601949

Browse files
tinayuangaojelbourn
authored andcommitted
fix(checkbox): prevent checkbox being squished (#1713)
1 parent f59030e commit 6601949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/checkbox/checkbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ md-checkbox {
218218
vertical-align: middle;
219219
white-space: nowrap;
220220
width: $md-checkbox-size;
221+
flex-shrink: 0;
221222

222223
[dir='rtl'] & {
223224
margin: {

0 commit comments

Comments
 (0)