Skip to content
Snippets Groups Projects
Commit b934a123 authored by Phil Hughes's avatar Phil Hughes
Browse files

Responsive styling fixes for the filters

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