From 0b59cac8fd9622f7eb9420935c9a9f6f599ed714 Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Thu, 7 Mar 2019 10:05:12 +0530 Subject: Porting changes from EE - Extract 445px as a variable - Documentation changes: new image and update copy --- app/assets/stylesheets/framework/variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets') 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); -- cgit v1.2.1