From 461c3c0a8a618f989a74a3f0d4220d6edb48f038 Mon Sep 17 00:00:00 2001 From: Coro Date: Tue, 26 May 2026 17:53:11 +0900 Subject: [PATCH] [Glitch] Fix bio text overflow Port 71da0c46483f2970befff84eb7f0fdf66b58c197 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/mastodon/components.scss b/app/javascript/flavours/glitch/styles/mastodon/components.scss index 11e2203d34..b6fde830a1 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/components.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/components.scss @@ -11125,6 +11125,7 @@ noscript { -webkit-box-orient: vertical; max-height: 2 * 20px; overflow: hidden; + overflow-wrap: anywhere; p { margin-bottom: 0;