Merge branch 'issue-boards-close-icon-size' into 'master'

Fixed issue boards sidebar close button with new navigation

Closes #35296

See merge request !12991
This commit is contained in:
Filipa Lacerda 2017-07-24 21:57:34 +00:00
commit 6536c990f0
2 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -0,0 +1,4 @@
---
title: Fixed issue boards sidebar close icon size
merge_request:
author: