From fb7dda40ea3e25989c493c4763f7f052080573e2 Mon Sep 17 00:00:00 2001 From: Echo Date: Thu, 30 Apr 2026 18:17:14 +0200 Subject: [PATCH] [Glitch] Fixes minor profile visual glitches Port d63ca75422b3d087e5bd3cd7fef7f87135d8d17a to glitch-soc Signed-off-by: Claire --- .../glitch/components/account_header/name.tsx | 1 - .../components/account_header/styles.module.scss | 11 ++++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/javascript/flavours/glitch/components/account_header/name.tsx b/app/javascript/flavours/glitch/components/account_header/name.tsx index fadfe81bd7..d622e09bea 100644 --- a/app/javascript/flavours/glitch/components/account_header/name.tsx +++ b/app/javascript/flavours/glitch/components/account_header/name.tsx @@ -112,7 +112,6 @@ const AccountNameHelp: FC<{ aria-controls={accessibilityId} > {handle} - svg { width: 16px; @@ -199,6 +200,9 @@ $button-fallback-breakpoint: $button-breakpoint + 55px; .noteContent { white-space-collapse: preserve-breaks; + overflow-wrap: break-word; + word-break: break-all; + hyphens: auto; } .noteEditButton { @@ -271,10 +275,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px; &.fieldItem { border-color: var(--color-border-success-soft); - } - - dt { - padding-right: 24px; + padding-right: 32px; // 8px padding + 16px for the icon + 8px gap } }