Commit 62dde350 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents a7633d4a ab241b84
......@@ -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;
}
}
......
---
title: Fix broken styling when issue board is collapsed
merge_request: 21868
author: Andrea Leone
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment