Merge pull request #751 from sgmap/when_procedure_libelle_is_too_long_dont_shrink_logo_and_button

When procedure libelle is too long, don't shrink logo or button
This commit is contained in:
Mathieu Magnin 2017-09-22 09:02:24 +02:00 committed by GitHub
commit b19ed8cffd
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -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;