summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorThomas Wucher <account-gitlab@thomaswucher.de>2017-07-12 09:44:33 +0000
committerThomas Wucher <mail@thomaswucher.de>2017-07-13 20:26:37 +0200
commitf01e71a8b2c52f5c8207532b13c49e2ee9274ce8 (patch)
tree6c029bf16c5a660aed385bd1296b13e329641e8e /app/assets
parentdc05bcd885e441e8cac0e5038141bca0775f049d (diff)
downloadgitlab-ce-f01e71a8b2c52f5c8207532b13c49e2ee9274ce8.tar.gz
Increase width of dropdown menus automatically up to 500 px
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index dc4ed42544f..3b6bbf3552b 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -186,11 +186,12 @@
.dropdown-menu-nav {
display: block;
position: absolute;
- width: 100%;
+ width: auto;
top: 100%;
left: 0;
z-index: 9;
min-width: 240px;
+ max-width: 500px;
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;