diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-14 10:51:42 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-14 10:51:42 +0100 |
commit | 3411212e414208dfdc7abd03c3fee4c4ec214476 (patch) | |
tree | 597dd83172e3bb19e55993ca1dd1f8f43d64830e | |
parent | eab72755cd9e0ac7f9ba6d30ad877b3aef14841b (diff) | |
download | gitlab-ce-3411212e414208dfdc7abd03c3fee4c4ec214476.tar.gz |
Fixed add to tree button on mobilenew-file-mobile-dropdown-fix
Closes #22128
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
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 { |