Backport pull request #7475 from jellyfin-web/release-10.11.z
Fix library menu button disappearing when name is too long Original-merge: 4e35132b489a08a636f651d1c931536e8b670d41 Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,7 @@ const BaseCard = ({
|
||||
}
|
||||
}}>
|
||||
<Stack flexGrow={1} direction='row'>
|
||||
<Stack flexGrow={1}>
|
||||
<Stack flexGrow={1} sx={{ overflow: 'hidden' }}>
|
||||
<Typography gutterBottom sx={{
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
|
||||
Reference in New Issue
Block a user