Only prevent checkbox/radio from flex-grow
This commit is contained in:
parent
97ad9e9d9b
commit
c889c0daee
|
@ -20,7 +20,8 @@
|
|||
float: left;
|
||||
width: 53%;
|
||||
padding-right: 20px;
|
||||
input {
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.category-selector {
|
||||
|
|
Loading…
Reference in New Issue