From: Thibaut Girka Date: Fri, 25 Oct 2019 20:07:52 +0000 (+0200) Subject: Avoid toot text bleeding out of the content div X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a24b954baae33983ca7532a4fcd36eddb335ebdb;p=mastodon.git Avoid toot text bleeding out of the content div --- diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index ded423afa..4da3f129d 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -11,6 +11,7 @@ font-weight: 400; overflow: visible; padding-top: 5px; + overflow: hidden; &:focus { outline: 0;