From dd25554e08f902e450e59af0ba498e5b2c0fdec3 Mon Sep 17 00:00:00 2001 From: Deimos Date: Wed, 2 Oct 2019 13:12:25 -0600 Subject: [PATCH] Fix alignment of topic link icon on comments page This got a little off since I removed the top margin on 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 1660c20..0956c66 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -262,6 +262,7 @@ .topic-full-link { display: flex; + align-items: first baseline; word-break: break-all; }