summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajat Jain <rjain@gitlab.com>2019-03-07 10:05:12 +0530
committerRajat Jain <rjain@gitlab.com>2019-03-07 10:05:12 +0530
commit0b59cac8fd9622f7eb9420935c9a9f6f599ed714 (patch)
treeb1f05c1b1946eef3b667a8bc3cd8920e0aeff341
parentccae921fbf6f54919287bd94288b9a0a1c17a0a2 (diff)
downloadgitlab-ce-0b59cac8fd9622f7eb9420935c9a9f6f599ed714.tar.gz
Porting changes from EE
- Extract 445px as a variable - Documentation changes: new image and update copy
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
-rw-r--r--doc/user/project/img/issue_boards_multiple.pngbin7049 -> 68373 bytes
-rw-r--r--doc/user/project/issue_board.md2
3 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 1639e73a66a..0333b9445c5 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -343,6 +343,7 @@ $regular-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-San
$dropdown-width: 300px;
$dropdown-min-height: 40px;
$dropdown-max-height: 312px;
+$dropdown-max-height-lg: 445px;
$dropdown-vertical-offset: 4px;
$dropdown-empty-row-bg: rgba(#000, 0.04);
$dropdown-shadow-color: rgba(#000, 0.1);
diff --git a/doc/user/project/img/issue_boards_multiple.png b/doc/user/project/img/issue_boards_multiple.png
index de7b04d6e36..4b1a8356dc9 100644
--- a/doc/user/project/img/issue_boards_multiple.png
+++ b/doc/user/project/img/issue_boards_multiple.png
Binary files differ
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md
index 9d4dfd56a4b..66168080087 100644
--- a/doc/user/project/issue_board.md
+++ b/doc/user/project/issue_board.md
@@ -177,7 +177,7 @@ menu from where you can create another Issue Board or delete the existing one.
Using the search box at the top of the menu, you can filter the listed boards.
When you have 10 or more boards available, a "Recent" section is also shown in the menu.
-These are shortcuts to your last 5 visited boards.
+These are shortcuts to your last 4 visited boards.
![Multiple Issue Boards](img/issue_boards_multiple.png)