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:
FelixRoediger
2026-01-27 16:11:22 -05:00
committed by thornbill
parent b86d184cb3
commit 22d2a07678
+1 -1
View File
@@ -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',