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

This commit is contained in:
yury-n 2016-07-14 23:03:37 +03:00 committed by Luke "Jared" Bennett
parent de88c2fe4c
commit 82189b4a93
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 2 additions and 3 deletions

View File

@ -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)