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:
commit
6536c990f0
2 changed files with 8 additions and 1 deletions
|
@ -431,7 +431,10 @@
|
||||||
margin: 5px;
|
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 {
|
&.right-sidebar {
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
4
changelogs/unreleased/issue-boards-close-icon-size.yml
Normal file
4
changelogs/unreleased/issue-boards-close-icon-size.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Fixed issue boards sidebar close icon size
|
||||||
|
merge_request:
|
||||||
|
author:
|
Loading…
Reference in a new issue