🐛 Fix Overseerr media request overflow

Fixes #1169
This commit is contained in:
ajnart
2023-07-21 18:45:41 +09:00
parent ae9be8a543
commit 1364e68ffc

View File

@@ -131,8 +131,8 @@ function MediaRequestListTile({ widget }: MediaRequestListWidgetProps) {
<Text>{t('nonePending')}</Text> <Text>{t('nonePending')}</Text>
)} )}
{sortedData.map((item) => ( {sortedData.map((item) => (
<Card pos="relative" withBorder> <Card withBorder>
<Flex justify="space-between" gap="md"> <Flex wrap="wrap" justify="space-between" gap="md">
<Flex gap="md"> <Flex gap="md">
<Image <Image
src={item.posterPath} src={item.posterPath}