Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-05 10:48:24 +0300
committerPhil Hughes <me@iamphill.com>2017-09-05 10:48:24 +0300
commitd4dd6b08b24a1e3d1e8c12e5eb13701c7832e608 (patch)
treea9610f031db216a11765c2c436d010e8e56a2f11 /app/assets/stylesheets/pages/issues.scss
parent25600b1981a097af0e29afdac31146823a97e6d1 (diff)
parent3c1dfcc0323bac1a932b1a7b3fd5df63c259d5cc (diff)
Merge branch 'winh-issue-form-dropdowns' into 'master'
Make dropdowns on new issue page consistent See merge request !13584
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 0213e7aa9d9..e8ca5cedaee 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -143,8 +143,12 @@ ul.related-merge-requests > li {
}
}
-.issue-form .select2-container {
- width: 250px !important;
+.issue-form {
+ @include new-style-dropdown;
+
+ .select2-container {
+ width: 250px !important;
+ }
}
.issues-footer {