When procedure libelle is too long, don't shrink logo or button
This commit is contained in:
parent
7815f9e11e
commit
fdb187368d
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
height: 93px;
|
||||
width: 93px;
|
||||
margin-right: 3 * $default-spacer;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.procedure-title {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#procedure-show {
|
||||
.procedure-logo {
|
||||
margin-right: $default-padding;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -19,6 +20,7 @@
|
|||
|
||||
.procedure-actions {
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
|
||||
.dropdown-items li {
|
||||
min-width: 150px;
|
||||
|
|
Loading…
Add table
Reference in a new issue