From b5851935db85f10e89b5f6d573a71c7a45e7cf79 Mon Sep 17 00:00:00 2001 From: Hippo Date: Wed, 2 Oct 2019 09:24:33 +0530 Subject: [PATCH] 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. --- src/styles/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 287e12c..cda8769 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -851,7 +851,6 @@ h6 { padding: 1rem; display: flex; flex-direction: column; - height: 100%; } .post-card-content::before {