🐛 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>
)}
{sortedData.map((item) => (
<Card pos="relative" withBorder>
<Flex justify="space-between" gap="md">
<Card withBorder>
<Flex wrap="wrap" justify="space-between" gap="md">
<Flex gap="md">
<Image
src={item.posterPath}