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:
authorPhil Hughes <me@iamphill.com>2016-04-11 12:08:27 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-04-20 22:42:09 +0300
commitf56c62631525e45568231ad2be26f0e40f345c2b (patch)
tree555ca7dcc5a565d2703a7260788372337dd1d205 /app/assets/stylesheets/framework/dropdowns.scss
parent7617ae25658907556e3b4c270e1e6717b8711052 (diff)
Fixed issue with bootstrap dropdown closing the calendar
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 b57ecd1b37a..55c90b09e97 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -404,6 +404,10 @@
}
.dropdown-menu-due-date {
+ .dropdown-content {
+ max-height: 230px;
+ }
+
.ui-widget {
table {
margin: 0;