From dd12940ed5d58e6936d8cec8153c114835adac9d Mon Sep 17 00:00:00 2001 From: Coro Date: Mon, 15 Jun 2026 22:04:52 +0900 Subject: [PATCH] Fix bio text overflow on account profile page (#39418) --- .../mastodon/components/account_header/styles.module.scss | 1 + app/javascript/mastodon/features/account_edit/styles.module.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/javascript/mastodon/components/account_header/styles.module.scss b/app/javascript/mastodon/components/account_header/styles.module.scss index 4de49f79ae..48320a6ea4 100644 --- a/app/javascript/mastodon/components/account_header/styles.module.scss +++ b/app/javascript/mastodon/components/account_header/styles.module.scss @@ -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; diff --git a/app/javascript/mastodon/features/account_edit/styles.module.scss b/app/javascript/mastodon/features/account_edit/styles.module.scss index 4991f8e7e5..0c8ba3b33a 100644 --- a/app/javascript/mastodon/features/account_edit/styles.module.scss +++ b/app/javascript/mastodon/features/account_edit/styles.module.scss @@ -41,6 +41,7 @@ .bio { unicode-bidi: plaintext; + overflow-wrap: anywhere; p:not(:last-child) { margin-bottom: 20px;