From 8d9e78f6beda9fa8010770cddd15bb400d9abd46 Mon Sep 17 00:00:00 2001 From: Mateusz Bartosik Date: Tue, 10 Feb 2026 16:40:24 +0100 Subject: [PATCH] RDoc-3691 Fix responsiveness for Guides list items --- src/components/Common/CardWithImage.tsx | 2 +- src/components/Common/GuideListItem.tsx | 25 +++++++++++++------ .../Guides/RecentGuidesListItem.tsx | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/components/Common/CardWithImage.tsx b/src/components/Common/CardWithImage.tsx index 838980d6e4..0d2b312602 100644 --- a/src/components/Common/CardWithImage.tsx +++ b/src/components/Common/CardWithImage.tsx @@ -108,7 +108,7 @@ export default function CardWithImage({

{description}

{(hasTags || hasDate) && ( -
+
{hasTags && (
{visibleTags.map((tag) => ( diff --git a/src/components/Common/GuideListItem.tsx b/src/components/Common/GuideListItem.tsx index d53d4e1642..3f515af7f3 100644 --- a/src/components/Common/GuideListItem.tsx +++ b/src/components/Common/GuideListItem.tsx @@ -26,24 +26,35 @@ export default function GuideListItem({ -
+

{title}

-
+
{visibleTags.map((tag) => ( {!isInternalUrl(url) && "External • "} diff --git a/src/components/Guides/RecentGuidesListItem.tsx b/src/components/Guides/RecentGuidesListItem.tsx index d12b50a152..0b39d3240a 100644 --- a/src/components/Guides/RecentGuidesListItem.tsx +++ b/src/components/Guides/RecentGuidesListItem.tsx @@ -43,7 +43,7 @@ export default function RecentGuidesListItem({ {title} -
+
{visibleTags.map((tag) => (