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 {
// Needed so that buttons without text
// are ligned with those that have text
vertical-align: top;
}
.mixed-buttons-bar {
flex-shrink: 0;
.mixed-buttons-bar .label {
padding: $default-spacer $default-padding;
font-size: 14px;
line-height: 20px;
.button {
// Needed so that buttons without text
// are ligned with those that have text
vertical-align: top;
}
.label {
padding: $default-spacer $default-padding;
font-size: 14px;
line-height: 20px;
}
}
.print-menu-opener {