Resolve "Collapsed open and closed sections in boards styling is broken"

This commit is contained in:
Andrea Leone 2018-09-24 16:54:43 +00:00 committed by Annabel Dunstone Gray
parent a7633d4a08
commit ab241b84ed
2 changed files with 14 additions and 1 deletions

View File

@ -136,15 +136,23 @@
right: 0;
bottom: 0;
left: 0;
button {
display: none;
}
}
.board-title {
padding: 0;
border-bottom: 0;
justify-content: center;
> span {
width: 100%;
margin-top: -12px;
display: block;
transform: rotate(90deg) translate(35px, 10px);
transform: rotate(90deg) translate(35px, 0);
overflow: initial;
}
}

View File

@ -0,0 +1,5 @@
---
title: Fix broken styling when issue board is collapsed
merge_request: 21868
author: Andrea Leone
type: fixed