fix on issue #624

This commit is contained in:
pablohpsilva 2017-05-14 18:38:24 -03:00
parent 369f3f0e39
commit 9ce99d2215

View file

@ -11,6 +11,7 @@ $checkbox-touch-size: 48px;
.md-checkbox-container {
width: $checkbox-size;
min-width: $checkbox-size;
height: $checkbox-size;
position: relative;
border-radius: 2px;