From 1fc2fb70454f3909117d6f143ced1a18dfbaa74c Mon Sep 17 00:00:00 2001 From: fweddi Date: Fri, 28 Feb 2025 13:19:40 +0100 Subject: [PATCH] Overflow tweaks --- fronts-client/src/components/CollectionDisplay.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fronts-client/src/components/CollectionDisplay.tsx b/fronts-client/src/components/CollectionDisplay.tsx index b14be6bd83..8ba107854c 100644 --- a/fronts-client/src/components/CollectionDisplay.tsx +++ b/fronts-client/src/components/CollectionDisplay.tsx @@ -208,12 +208,14 @@ const CollectionHeadingText = styled.div` flex-direction: column; align-items: flex-start; row-gap: 2px; + overflow: hidden; `; const CollectionDisplayName = styled.span` text-overflow: ellipsis; overflow: hidden; font-size: 18px; + width: 100%; `; const CollectionConfigContainer = styled.div` @@ -227,6 +229,7 @@ const CollectionConfigContainer = styled.div` position: relative; z-index: 2; column-gap: 4px; + row-gap: 2px; `; const CollectionConfigText = styled.div<{