From 1b4d1e5a0bac46ccfd9fe10dbc4205590a2c4892 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 26 Mar 2019 15:52:37 -0600 Subject: [PATCH] Fix vertical alignment of topic-metadata row I'm not sure why, but on only *some* topics the group name is moved up by 1px. This should fix it. --- tildes/scss/modules/_topic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index 32dbfdb..df5003b 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -106,6 +106,7 @@ .topic-metadata { display: flex; + align-items: baseline; margin-bottom: 0.2rem; max-height: 4rem; overflow: hidden;