Fix IE11 Flexbox img height issue (thumbnail)

This commit is contained in:
vimux 2019-05-20 15:59:10 -04:00
parent 593fc3bbfb
commit 54bee92394
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -699,6 +699,10 @@ button:not(:-moz-focusring):focus > .main-nav__btn-box {
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 {
flex: 1 0 auto;
margin: 0;