#29: Bugfix for IE11 in Compact Mode
use auto instead of fit-content for min-height
This commit is contained in:
parent
92e3938f34
commit
55adf5238b
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
|||
.header {
|
||||
.row > .col-xs-12 {
|
||||
height: auto;
|
||||
min-height: fit-content;
|
||||
min-height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue