summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-11 16:30:58 +0000
committerPhil Hughes <me@iamphill.com>2016-03-11 16:30:58 +0000
commit9f8661987db44f6c1d2cfd75c889344fc49bd6bc (patch)
tree473245c1b04517129ac55c850fb10acff2913175
parent6c69868cfc595a4d64ba8ae3a530a1cf49d2e1f3 (diff)
downloadgitlab-ce-9f8661987db44f6c1d2cfd75c889344fc49bd6bc.tar.gz
Increased dropdown max height
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 009d621fc74..5b647fc6176 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -294,7 +294,7 @@
}
.dropdown-content {
- max-height: 200px;
+ max-height: 215px;
overflow-y: scroll;
}