When procedure libelle is too long, don't shrink logo or button

This commit is contained in:
Mathieu Magnin 2017-09-21 15:19:10 +02:00
parent 7815f9e11e
commit fdb187368d
2 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@
height: 93px; height: 93px;
width: 93px; width: 93px;
margin-right: 3 * $default-spacer; margin-right: 3 * $default-spacer;
flex-shrink: 0;
} }
.procedure-title { .procedure-title {

View file

@ -5,6 +5,7 @@
#procedure-show { #procedure-show {
.procedure-logo { .procedure-logo {
margin-right: $default-padding; margin-right: $default-padding;
flex-shrink: 0;
} }
h1 { h1 {
@ -19,6 +20,7 @@
.procedure-actions { .procedure-actions {
margin-left: auto; margin-left: auto;
flex-shrink: 0;
.dropdown-items li { .dropdown-items li {
min-width: 150px; min-width: 150px;