Merge pull request #1611 from betagouv/fix-1609

[Fix #1609] Fix buttons on 2 lines
This commit is contained in:
gregoirenovel 2018-03-14 12:10:00 +01:00 committed by GitHub
commit 857f6badd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,16 +30,20 @@
} }
} }
.mixed-buttons-bar .button { .mixed-buttons-bar {
flex-shrink: 0;
.button {
// Needed so that buttons without text // Needed so that buttons without text
// are ligned with those that have text // are ligned with those that have text
vertical-align: top; vertical-align: top;
} }
.mixed-buttons-bar .label { .label {
padding: $default-spacer $default-padding; padding: $default-spacer $default-padding;
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
}
} }
.print-menu-opener { .print-menu-opener {