mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Fix IE11 Flexbox img height issue (thumbnail)
This commit is contained in:
parent
593fc3bbfb
commit
54bee92394
1 changed files with 4 additions and 0 deletions
|
@ -699,6 +699,10 @@ button:not(:-moz-focusring):focus > .main-nav__btn-box {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post__thumbnail {
|
||||||
|
min-height: 1px; /* Workaround for IE11 flexbox img height issue https://github.com/philipwalton/flexbugs/issues/75 */
|
||||||
|
}
|
||||||
|
|
||||||
.post__content {
|
.post__content {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue