Bugfix: titles not displaying properly in Chrome

The problem was that the `height: 100%` wasn't being overridden
by `display: flex` as it was in Firefox, so titles were being
pushed out till below the card rather than coming inside it.

Thanks to Anita Kashi, Chanakya Saikia, and Vico Biscotti for
reporting this issue.
This commit is contained in:
Hippo 2019-10-02 09:24:33 +05:30
parent 34eee31537
commit b5851935db

View file

@ -851,7 +851,6 @@ h6 {
padding: 1rem;
display: flex;
flex-direction: column;
height: 100%;
}
.post-card-content::before {