Skip to content

Commit

Permalink
Overflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Fweddi committed Feb 28, 2025
1 parent fa433f3 commit 1fc2fb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fronts-client/src/components/CollectionDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -227,6 +229,7 @@ const CollectionConfigContainer = styled.div`
position: relative;
z-index: 2;
column-gap: 4px;
row-gap: 2px;
`;

const CollectionConfigText = styled.div<{
Expand Down

0 comments on commit 1fc2fb7

Please sign in to comment.