BigW Consortium Gitlab

Unverified Commit 82189b4a by yury-n Committed by Luke "Jared" Bennett

Respect the shrunk version of the status box that comes from the framework css

parent de88c2fe
......@@ -141,11 +141,10 @@
.milestone-page-header {
display: flex;
flex-flow: row;
align-content: center;
align-items: center;
flex-wrap: wrap;
.status-box {
margin-top: 0; // no need for margin-top as we don't shrink it
line-height: 34px; // match .btn line-height
margin-top: 0; // no need for margin-top, vertical alignment is done by flexbox
}
.milestone-buttons {
// flex flow is row (left to right)
......
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