]> cat aescling's git repositories - mastodon.git/commitdiff
Fix status overflowing in report dialog (#12959)
authorThibG <thib@sitedethib.com>
Sat, 25 Jan 2020 21:59:00 +0000 (22:59 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 25 Jan 2020 21:59:00 +0000 (22:59 +0100)
Fixes #12942

app/javascript/styles/mastodon/components.scss

index 7edd0ba14975d73c2400a94399a83cdff0ae5bf3..fe111db96e5feb7723c8faf36114c08ffee2b487 100644 (file)
   .status-check-box__status {
     margin: 10px 0 10px 10px;
     flex: 1;
+    overflow: hidden;
 
     .media-gallery {
       max-width: 250px;