diff options
author | ThibG <thib@sitedethib.com> | 2020-01-25 22:59:00 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2020-01-25 22:59:00 +0100 |
commit | 389e3f6094bfcc4d0338947d29434113320c8142 (patch) | |
tree | 5fd91d64d62e355aaab23447201bc251c2cf88fc | |
parent | 90b13ffd009a431dbe98c37bc92ee59a6f0535f2 (diff) |
Fix status overflowing in report dialog (#12959)
Fixes #12942
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 7edd0ba14..fe111db96 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1086,6 +1086,7 @@ .status-check-box__status { margin: 10px 0 10px 10px; flex: 1; + overflow: hidden; .media-gallery { max-width: 250px; |