summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-09-15 11:49:12 +0000
committerFatih Acet <acetfatih@gmail.com>2016-09-15 11:49:12 +0000
commit00f002edf2f80266550d58d6233de2d07f5248ca (patch)
treeb3ae13bc5ef1613fc0ddcf67fd59a0b0482ff1bc
parente28fbd953009416d7f75bb2faccbc378507b4854 (diff)
parent3411212e414208dfdc7abd03c3fee4c4ec214476 (diff)
downloadgitlab-ce-00f002edf2f80266550d58d6233de2d07f5248ca.tar.gz
Merge branch 'new-file-mobile-dropdown-fix' into 'master'
Fixed add to tree button on mobile ## What does this MR do? Fixes an issue with the width of the add to tree button on mobile. This was caused by acde2e30b62ca7adaae2a7afd75f09f7a56be58e adding `100%` width for mobile. ## Screenshots (if relevant) ![Screen_Shot_2016-09-14_at_10.52.41](/uploads/029877794411ef68f31091869b7b9618/Screen_Shot_2016-09-14_at_10.52.41.png) ## What are the relevant issue numbers? Closes #22128 See merge request !6339
-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 {