From 791cd12c1c2c8e1ff09d46637933d0c56adbcd55 Mon Sep 17 00:00:00 2001 From: "@suet-kei.chan" Date: Wed, 29 Jul 2026 09:05:55 +0200 Subject: [PATCH] fix: prevent date from being cut off in manage access sidebar The subname line in the app sidebar header used nowrap/ellipsis on a flex container, so the ellipsis never rendered and the date was hard-clipped on narrow viewports. Allow the metadata row to wrap instead so the full date stays visible. --- css/apps/sharing.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/apps/sharing.scss b/css/apps/sharing.scss index 76573ce..fc14532 100644 --- a/css/apps/sharing.scss +++ b/css/apps/sharing.scss @@ -16,6 +16,13 @@ padding: 0.5rem 1rem 1.5rem; .app-sidebar-header__subname { + white-space: normal; + overflow: visible; + text-overflow: unset; + + .sidebar__subname { + flex-wrap: wrap; + } .sidebar__subname-separator:not(:has(~ .sidebar__subname-separator)), span:has(+ .user-bubble__wrapper),