mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-20 02:34:36 -05:00
Fix bio text overflow on account profile page (#39418)
This commit is contained in:
@@ -278,6 +278,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
||||
font-size: 15px;
|
||||
color: var(--color-text-primary);
|
||||
unicode-bidi: plaintext;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
.bio {
|
||||
unicode-bidi: plaintext;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
p:not(:last-child) {
|
||||
margin-bottom: 20px;
|
||||
|
||||
Reference in New Issue
Block a user