From f506f95a6a120a4b53683a604a4d42abd0b3d457 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 25 Mar 2019 11:03:50 -0600 Subject: [PATCH] Fix descenders being cut off in domain/user names Due to hiding the overflow on topic sources to deal with longer domain names, descenders (in 'y', 'g', 'j', etc.) were being hidden if they went outside of the box. This increases the line-height and removes the top margin - the result should be almost exactly the same, but won't cut off the descenders. --- tildes/scss/modules/_topic.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/tildes/scss/modules/_topic.scss b/tildes/scss/modules/_topic.scss index f48f5bf..32dbfdb 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -198,10 +198,7 @@ grid-column-gap: 0.4rem; max-width: 32rem; - margin-top: 0.2rem; white-space: nowrap; - - line-height: 0.6rem; } .topic-info-comments {