#29: Bugfix for IE11 in Compact Mode

use auto instead of fit-content for min-height
This commit is contained in:
Jana Deutschländer 2019-04-09 15:53:46 +02:00
commit 55adf5238b

View file

@ -171,7 +171,7 @@
.header {
.row > .col-xs-12 {
height: auto;
min-height: fit-content;
min-height: auto;
}
}
}