]> cat aescling's git repositories - mastodon.git/commitdiff
Fix media components being cropped
authorThibaut Girka <thib@sitedethib.com>
Fri, 25 Oct 2019 21:11:49 +0000 (23:11 +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 4da3f129d1d612e7bb753fedee41a5c7da166bc4..a4d9983f2717e710502561658d6e88b3a33c8701 100644 (file)
@@ -11,7 +11,6 @@
   font-weight: 400;
   overflow: visible;
   padding-top: 5px;
-  overflow: hidden;
 
   &:focus {
     outline: 0;
@@ -34,6 +33,7 @@
 
   .status__content__text,
   .e-content {
+    overflow: hidden;
 
     & > ul,
     & > ol {