fix additional instances of JoinedArtists not truncating

This commit is contained in:
jeffvli
2026-07-17 11:10:56 -07:00
parent 0940a4d1f5
commit 235fb4d13f
9 changed files with 64 additions and 6 deletions
@@ -72,6 +72,17 @@
}
}
.joined-artists {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.joined-artists,
.joined-artists > * {
white-space: nowrap;
}
.left-controls-container {
display: flex;
width: 100%;
@@ -268,6 +268,7 @@ export const LeftControls = () => {
}}
rootTextProps={{
...JOINED_ARTISTS_MUTED_PROPS.rootTextProps,
className: styles.joinedArtists,
size: 'md',
}}
/>