diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-07-24 21:57:34 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-07-24 21:57:34 +0000 |
commit | 6536c990f0148ac9d3c82734046f22e3006fab4a (patch) | |
tree | 2b6197ae1d51c8d53692380d9fed179a7311f6d4 | |
parent | ea6dfcad9fdb2c673c1074c6d99ff1cca42d680a (diff) | |
parent | fd045bbee94faba08dee2e017fcf3718e9752d1b (diff) | |
download | gitlab-ce-6536c990f0148ac9d3c82734046f22e3006fab4a.tar.gz |
Merge branch 'issue-boards-close-icon-size' into 'master'
Fixed issue boards sidebar close button with new navigation
Closes #35296
See merge request !12991
-rw-r--r-- | app/assets/stylesheets/pages/boards.scss | 5 | ||||
-rw-r--r-- | changelogs/unreleased/issue-boards-close-icon-size.yml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss index df858cffe09..6039cda96d8 100644 --- a/app/assets/stylesheets/pages/boards.scss +++ b/app/assets/stylesheets/pages/boards.scss @@ -431,7 +431,10 @@ margin: 5px; } -.page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar { +.page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar, +.page-with-new-sidebar.page-with-sidebar .issue-boards-sidebar { + position: absolute; + &.right-sidebar { top: 0; bottom: 0; diff --git a/changelogs/unreleased/issue-boards-close-icon-size.yml b/changelogs/unreleased/issue-boards-close-icon-size.yml new file mode 100644 index 00000000000..bc6bda0e50d --- /dev/null +++ b/changelogs/unreleased/issue-boards-close-icon-size.yml @@ -0,0 +1,4 @@ +--- +title: Fixed issue boards sidebar close icon size +merge_request: +author: |