summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-17 10:21:48 +0000
committerPhil Hughes <me@iamphill.com>2016-03-17 10:21:48 +0000
commitfeb538dddd5e2e6b09860d34b4a17c3e46a006c8 (patch)
treeb307ae1a0ab66dab714f03ee1d126c174724d48e
parent4171933c0963696626c879c2d05afa1594a71d99 (diff)
downloadgitlab-ce-filter-spacing.tar.gz
Fixed filter spacingfilter-spacing
Closes #14350
-rw-r--r--app/assets/stylesheets/framework/filters.scss17
1 files changed, 3 insertions, 14 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index c431e2b0df3..40a508c1ebc 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -3,22 +3,11 @@
vertical-align: top;
}
-@media (min-width: 800px) {
+@media (min-width: $screen-sm-min) {
.issues-filters,
.issues_bulk_update {
- select, .select2-container {
- width: 120px !important;
- display: inline-block;
- }
- }
-}
-
-@media (min-width: 1200px) {
- .issues-filters,
- .issues_bulk_update {
- select, .select2-container {
- width: 150px !important;
- display: inline-block;
+ .dropdown-menu-toggle {
+ width: 132px;
}
}
}