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:
commit
74ad3f248c
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
||||||
.header {
|
.header {
|
||||||
.row > .col-xs-12 {
|
.row > .col-xs-12 {
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: fit-content;
|
min-height: auto;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue