]> cat aescling's git repositories - mastodon.git/commitdiff
Avoid toot text bleeding out of the content div
authorThibaut Girka <thib@sitedethib.com>
Fri, 25 Oct 2019 20:07:52 +0000 (22:07 +0200)
committerThibG <thib@sitedethib.com>
Sat, 26 Oct 2019 15:51:22 +0000 (17:51 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index ded423afa22441f88caeab01ac791ab69c766008..4da3f129d1d612e7bb753fedee41a5c7da166bc4 100644 (file)
@@ -11,6 +11,7 @@
   font-weight: 400;
   overflow: visible;
   padding-top: 5px;
+  overflow: hidden;
 
   &:focus {
     outline: 0;