Only prevent checkbox/radio from flex-grow

This commit is contained in:
Kris 2018-10-08 13:09:54 -04:00
parent 97ad9e9d9b
commit c889c0daee
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@
float: left; float: left;
width: 53%; width: 53%;
padding-right: 20px; padding-right: 20px;
input { input[type="checkbox"],
input[type="radio"] {
flex: 0 0 auto; flex: 0 0 auto;
} }
.category-selector { .category-selector {