From 74ee0960a18fb2df7577b1c4ac10552e1b34aaf3 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Wed, 1 Oct 2025 10:23:49 +0100 Subject: [PATCH] [Glitch] Add overflow to .more-from-author Port 6c3c2714d7318a98b7c928ac15cb0832fb162940 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index dc76223434..6461d5f2b2 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -2343,6 +2343,7 @@ position: relative; border-radius: var(--avatar-border-radius); background: var(--surface-background-color); + flex-shrink: 0; img { width: 100%; @@ -11248,6 +11249,7 @@ noscript { font-weight: 500; color: $primary-text-color; text-decoration: none; + min-width: 0; &:hover, &:focus,