diff options
author | winh <winnie@gitlab.com> | 2017-09-04 22:10:59 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-09-04 22:10:59 +0200 |
commit | 3c1dfcc0323bac1a932b1a7b3fd5df63c259d5cc (patch) | |
tree | 3cddae8601b4dcac040038ea03d17c955c486335 /app/assets/stylesheets/pages/issues.scss | |
parent | 499b640679c0dca5b5d93da945da0ca26db8e58e (diff) | |
download | gitlab-ce-3c1dfcc0323bac1a932b1a7b3fd5df63c259d5cc.tar.gz |
Make dropdowns on new issue page consistentwinh-issue-form-dropdowns
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r-- | app/assets/stylesheets/pages/issues.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss index e2177f96aee..fe748ff7f0e 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 { |