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