Commit b934a123 authored by Phil Hughes's avatar Phil Hughes

Responsive styling fixes for the filters

parent e4d1e143
...@@ -418,8 +418,11 @@ ...@@ -418,8 +418,11 @@
display: flex; display: flex;
.form-control { .form-control {
max-width: 200px;
margin-left: auto; margin-left: auto;
@media (min-width: $screen-sm-min) {
max-width: 200px;
}
} }
} }
...@@ -496,10 +499,19 @@ ...@@ -496,10 +499,19 @@
display: flex; display: flex;
> .dropdown { > .dropdown {
display: none;
margin-right: 10px; margin-right: 10px;
@media (min-width: $screen-sm-min) {
display: block;
}
} }
.dropdown-menu-toggle { .dropdown-menu-toggle {
width: 100px;
@media (min-width: $screen-md-min) {
width: 140px; width: 140px;
} }
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment