Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-01-08 14:27:20 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-01-09 19:47:29 +0300
commit1daa2c4ad5fce4c0913486779b4b06a100d1fc2c (patch)
tree8c368f4799a414f9968d00eff0463b50541c0ae7 /app/assets/stylesheets/framework/dropdowns.scss
parent81aacf9c6f6c8565638ee340d5df96e2f7d1de53 (diff)
Adjust height of "Add list" dropdown in issue boards
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index afcb230797a..cb01a41cb7e 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -32,6 +32,10 @@
max-height: $dropdown-max-height;
overflow-y: auto;
+ &.dropdown-extended-height {
+ max-height: 400px;
+ }
+
@include media-breakpoint-down(xs) {
width: 100%;
}