From b16051445eda17dcc7ca74ef1e3b8094da3a66ed Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 16 Apr 2019 22:11:53 -0600 Subject: [PATCH] Fix overflowing topic excerpt pushing vote button In (very rare) cases where a topic's excerpt is made up of a long string that doesn't wrap, it could end up pushing the topic voting button to the right and making it inaccessible. This should fix those cases. --- 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 0e0f151..6f65c69 100644 --- a/tildes/scss/modules/_topic.scss +++ b/tildes/scss/modules/_topic.scss @@ -166,6 +166,7 @@ max-width: none; margin: 0; + overflow: hidden; font-style: italic; h1 {