mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-24 11:26:32 +02:00
fix additional instances of JoinedArtists not truncating
This commit is contained in:
@@ -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',
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user