Merge branch '51050-fix' into 'master'

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

Closes #51050

See merge request gitlab-org/gitlab-ce!21868
This commit is contained in:
Annabel Dunstone Gray 2018-09-24 16:54:43 +00:00
commit 62dde35069
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