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/pages/boards.scss
parent81aacf9c6f6c8565638ee340d5df96e2f7d1de53 (diff)
Adjust height of "Add list" dropdown in issue boards
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 37984a8666f..c5a0eaaf704 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -29,10 +29,6 @@
.dropdown-menu-issues-board-new {
width: 320px;
- .open & {
- max-height: 400px;
- }
-
.dropdown-content {
max-height: 162px;
}