Fixed location of sub-category dropdowns

This commit is contained in:
Ken Hoes 2017-01-26 15:18:42 -05:00
parent 90caa2fbb7
commit 2ed75a0a16

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 {