Merge pull request #1611 from betagouv/fix-1609
[Fix #1609] Fix buttons on 2 lines
This commit is contained in:
commit
857f6badd0
1 changed files with 13 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue