mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Merge pull request #1194 from ajnart/1169-media-request-widget-is-overflowing-from-the-parent-container
🐛 Fix Overseerr media request overflow
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user