Skip to content
Snippets Groups Projects
Commit f1d5b54a authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix responsive dropdown for default filter and sort

parent a6628365
No related branches found
No related tags found
1 merge request!517REDMINE_ISSUE-15399| Paramétrage projet - Amélioration de l'ergonomie du choix de l'échelle max
This commit is part of merge request !517. Comments created here will be created in the context of that merge request.
......@@ -878,8 +878,10 @@ textarea {
label[for=feature_browsing] {
padding-left: 1.85714em;
}
#feature_browsing_filter {
margin-top: -2.25em;
@media only screen and (min-width: 1100px) {
#feature_browsing_filter {
margin-top: -2.25em;
}
}
#feature_browsing_filter,
#feature_browsing_sort {
......
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