diff options
author | Phil Hughes <me@iamphill.com> | 2018-09-03 13:56:30 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-09-07 08:24:42 +0100 |
commit | 3f6500383fb6bc66cb695592dd48e65a28a0d1b5 (patch) | |
tree | 737f6a5b8b5c62c0b899b77b0bf8e67ee282e03b /app/assets/stylesheets/page_bundles | |
parent | 5b84c2fbc270a0072ddf067742ab268926eb087e (diff) | |
download | gitlab-ce-3f6500383fb6bc66cb695592dd48e65a28a0d1b5.tar.gz |
fixed some bugs around with the template dropdowns
Diffstat (limited to 'app/assets/stylesheets/page_bundles')
-rw-r--r-- | app/assets/stylesheets/page_bundles/ide.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss index 1d1c614ef8d..630d479dfd7 100644 --- a/app/assets/stylesheets/page_bundles/ide.scss +++ b/app/assets/stylesheets/page_bundles/ide.scss @@ -1451,4 +1451,9 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding; .dropdown { min-width: 180px; } + + .dropdown-menu { + max-height: 222px; + overflow: hidden; + } } |