Skip to content

Commit 13d3ca6

Browse files
author
Pablo Henrique
authored
Merge pull request vuematerial#754 from vuematerial/issue#624
fix on issue vuematerial#624 - Checkbox shrink if text is too long
2 parents 369f3f0 + 9ce99d2 commit 13d3ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mdCheckbox/mdCheckbox.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $checkbox-touch-size: 48px;
1111

1212
.md-checkbox-container {
1313
width: $checkbox-size;
14+
min-width: $checkbox-size;
1415
height: $checkbox-size;
1516
position: relative;
1617
border-radius: 2px;

0 commit comments

Comments
 (0)