Skip to content

Commit 3976c99

Browse files
committed
chore(feeds): wrap title and date on smaller screens
1 parent cb54b7a commit 3976c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/feeds/Feeds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Feeds: FC<FeedsProps> = () => {
9696
) : null}
9797

9898
<div className="flex grow flex-col overflow-auto">
99-
<p className="flex flex-row gap-2">
99+
<p className="flex flex-row flex-wrap gap-x-2">
100100
<span className="font-medium">{item.feedTitle}</span>
101101

102102
<time className="text-ctp-subtext0" dateTime={item.isoDate || item.pubDate}>

0 commit comments

Comments
 (0)