Merge pull request #4973 from kensible/4874-category-dropdown

Fixed location of sub-category dropdowns
This commit is contained in:
kensible 2017-01-26 15:54:52 -05:00 committed by GitHub
commit f25edf63bf

View File

@ -43,6 +43,12 @@
justify-content: space-between;
}
@media (max-width: 900px) {
.Form-nav--dropdownContainer {
margin: 0;
}
}
.Form-nav--dropdown {
width: 60%;
}
@ -57,7 +63,7 @@
}
.Form-tabRow {
width: 80%;
display: flex;
}
input.Form-filePicker {