mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 11:00:09 -06:00
text clipping?
This commit is contained in:
@@ -29,7 +29,14 @@ export default function RecentlyPlayed(): React.JSX.Element {
|
||||
<Card
|
||||
caption={
|
||||
<>
|
||||
<H5>{`${recentlyPlayedTrack.Name}`}</H5>
|
||||
<H5
|
||||
numberOfLines={1}
|
||||
textBreakStrategy="simple"
|
||||
lineBreakStrategyIOS="standard"
|
||||
width={150}
|
||||
>
|
||||
{`${recentlyPlayedTrack.Name}`}
|
||||
</H5>
|
||||
<Text>{`${recentlyPlayedTrack.Artists?.join(", ")}`}</Text>
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user