Fixed issue boards sidebar close button with new navigation

Closes #35296
This commit is contained in:
Phil Hughes 2017-07-20 14:34:39 +01:00
parent 445cd22c72
commit fd045bbee9
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: