Skip to content

Commit

Permalink
Merge pull request #456 from weex/fix-status-overflow
Browse files Browse the repository at this point in the history
Stop text on long toots from overflowing
  • Loading branch information
weex authored Dec 1, 2022
2 parents 3bb6a10 + 32c0c97 commit 94fb75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@
line-height: 20px;
word-wrap: break-word;
font-weight: 400;
overflow: visible;
overflow: hidden;
padding-top: 5px;
clear: both;

Expand Down

0 comments on commit 94fb75c

Please sign in to comment.