FIX Workaround for flex bug

This commit is contained in:
Laurent Destailleur 2018-12-10 13:18:34 +01:00
parent dbee87aa9d
commit e2e22f95d1

View File

@ -907,8 +907,9 @@ div.fiche {
min-width: 150px; min-width: 150px;
} }
.thumbstat150 { .thumbstat150 {
/* min-width: 170px; */ min-width: 170px;
width: 170px; max-wdith: 171px;
/* width: 170px; If I use with, there is trouble on size of flex boxes solved with min+max that is a little bit higer than min */
} }
.thumbstat, .thumbstat150 { .thumbstat, .thumbstat150 {
<?php if ($conf->browser->name == 'ie') { ?> <?php if ($conf->browser->name == 'ie') { ?>