Prevent adming setting input from being too small in Safari

This commit is contained in:
Kris 2018-10-01 10:39:55 -04:00
parent 8bb0bca808
commit fc4a6ca724
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
float: left; float: left;
width: 53%; width: 53%;
padding-right: 20px; padding-right: 20px;
input {
flex: 0 0 auto;
}
.category-selector { .category-selector {
width: 95%; width: 95%;
} }