mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Fix overflow of items in RSS widget
This commit is contained in:
@@ -148,7 +148,7 @@ function RssTile({ widget }: RssTileProps) {
|
|||||||
/>
|
/>
|
||||||
</MediaQuery>
|
</MediaQuery>
|
||||||
)}
|
)}
|
||||||
<Flex gap={2} direction="column">
|
<Flex gap={2} direction="column" w="100%">
|
||||||
{item.categories && (
|
{item.categories && (
|
||||||
<Flex gap="xs" wrap="wrap" h={20} style={{ overflow: 'hidden' }}>
|
<Flex gap="xs" wrap="wrap" h={20} style={{ overflow: 'hidden' }}>
|
||||||
{item.categories.map((category: any, categoryIndex: number) => (
|
{item.categories.map((category: any, categoryIndex: number) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user