From 821793cbea40200159d9997e498fa2cf6141c747 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 22 Jul 2019 14:20:33 -0600 Subject: [PATCH] Increase line-height for collapsed comments The descenders on collapsed comments are getting cut off a bit (in Firefox on Linux anyway), so this should help with that. --- tildes/scss/modules/_comment.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 0b4b7fd..b88cb82 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -191,6 +191,7 @@ header { font-size: 0.6rem; + line-height: 0.8rem; } }