FIX Workaround for flex bug
This commit is contained in:
parent
dbee87aa9d
commit
e2e22f95d1
@ -907,8 +907,9 @@ div.fiche {
|
||||
min-width: 150px;
|
||||
}
|
||||
.thumbstat150 {
|
||||
/* min-width: 170px; */
|
||||
width: 170px;
|
||||
min-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 {
|
||||
<?php if ($conf->browser->name == 'ie') { ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user