summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-03-07 10:05:12 +0530
committerRajat Jain <rjain@gitlab.com>2019-03-07 10:05:12 +0530
commit0b59cac8fd9622f7eb9420935c9a9f6f599ed714 (patch)
treeb1f05c1b1946eef3b667a8bc3cd8920e0aeff341 /app/assets
parentccae921fbf6f54919287bd94288b9a0a1c17a0a2 (diff)
downloadgitlab-ce-0b59cac8fd9622f7eb9420935c9a9f6f599ed714.tar.gz
Porting changes from EE
- Extract 445px as a variable - Documentation changes: new image and update copy
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 1639e73a66a..0333b9445c5 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -343,6 +343,7 @@ $regular-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-San
$dropdown-width: 300px;
$dropdown-min-height: 40px;
$dropdown-max-height: 312px;
+$dropdown-max-height-lg: 445px;
$dropdown-vertical-offset: 4px;
$dropdown-empty-row-bg: rgba(#000, 0.04);
$dropdown-shadow-color: rgba(#000, 0.1);