Commit ab241b84 authored by Andrea Leone's avatar Andrea Leone Committed by Annabel Dunstone Gray

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

parent a7633d4a
...@@ -136,15 +136,23 @@ ...@@ -136,15 +136,23 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
button {
display: none;
}
} }
.board-title { .board-title {
padding: 0; padding: 0;
border-bottom: 0; border-bottom: 0;
justify-content: center;
> span { > span {
width: 100%;
margin-top: -12px;
display: block; 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