Commit de88c2fe authored by yury-n's avatar yury-n Committed by Luke "Jared" Bennett

Do not shrink the status box on a large screen

parent 141f0e40
......@@ -144,7 +144,8 @@
align-content: center;
flex-wrap: wrap;
.status-box {
margin-top: 0; // reset what's inherited from the framework css. elements here are v-aligned by flexbox
margin-top: 0; // no need for margin-top as we don't shrink it
line-height: 34px; // match .btn line-height
}
.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