summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-14 10:51:42 +0100
committerPhil Hughes <me@iamphill.com>2016-09-14 10:51:42 +0100
commit3411212e414208dfdc7abd03c3fee4c4ec214476 (patch)
tree597dd83172e3bb19e55993ca1dd1f8f43d64830e
parenteab72755cd9e0ac7f9ba6d30ad877b3aef14841b (diff)
downloadgitlab-ce-new-file-mobile-dropdown-fix.tar.gz
Fixed add to tree button on mobilenew-file-mobile-dropdown-fix
Closes #22128
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 3e6e50375f6..db46d8072ce 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -334,6 +334,10 @@ a.deploy-project-label {
a {
color: $gl-dark-link-color;
}
+
+ .dropdown-menu {
+ width: 240px;
+ }
}
.last-push-widget {