From 2d8b7a7fd874553802a6c694d3b7b39f5e0ad1f5 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 22 Oct 2025 15:08:51 +0200 Subject: [PATCH] [Glitch] Fix text overflow alignment for long author names in News Port 7538bc77b787c861a062e2c4cc849e39b98a3a63 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index ad921ca6e2..d9a8fbcf5e 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -9677,19 +9677,13 @@ noscript { &__shared { display: flex; - align-items: center; + align-items: baseline; color: $darker-text-color; gap: 8px; justify-content: space-between; font-size: 14px; line-height: 20px; - & > span { - display: flex; - align-items: center; - gap: 4px; - } - &__pill { background: var(--surface-variant-background-color); border-radius: 4px; @@ -9699,6 +9693,7 @@ noscript { font-size: 12px; font-weight: 500; line-height: 16px; + flex-shrink: 0; } &__author-link {