summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorBryce <bryce@gitlab.com>2016-08-30 14:41:38 +0200
committerBryce Johnson <bryce@gitlab.com>2016-09-02 13:50:05 +0200
commit30b2eec09aa2a57955dbbf99c0e0c1cac82c6386 (patch)
tree92c8e9a450aed46e13b375f14c656ccc642548e3 /app/assets/stylesheets
parentfaac71215789cb8224c14be0a4fcbe252a99fa4f (diff)
downloadgitlab-ce-30b2eec09aa2a57955dbbf99c0e0c1cac82c6386.tar.gz
Give project selection dropdowns responsive width, long-names wrap.support-long-branch-namers
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index f2db373da52..3e6e50375f6 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -723,9 +723,15 @@ pre.light-well {
}
}
-.project-refs-form {
- .dropdown-menu {
- width: 300px;
+.project-refs-form .dropdown-menu, .dropdown-menu-projects {
+ width: 300px;
+
+ @media (min-width: $screen-sm-min) {
+ width: 500px;
+ }
+
+ a {
+ white-space: normal;
}
}