summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 2ebeaf9a40d..25ba500050d 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -44,6 +44,14 @@
}
}
+@media (max-width: $screen-md-max) {
+ .issues-details-filters {
+ .dropdown-menu-toggle {
+ width: 110px;
+ }
+ }
+}
+
@media (max-width: $screen-xs-max) {
.filter-item {
display: block;
@@ -232,14 +240,6 @@
overflow: auto;
}
-@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
- .issues-details-filters {
- .dropdown-menu-toggle {
- width: 100px;
- }
- }
-}
-
@media (max-width: $screen-xs-max) {
.issues-details-filters {
padding: 0 0 10px;