Merge branch 'compactmode-ie11'

* compactmode-ie11:
  #29: Bugfix for IE11 in Compact Mode use auto instead of fit-content for min-height
This commit is contained in:
Andreas Gohr 2019-04-10 10:17:48 +02:00
commit 74ad3f248c

View file

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