We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb54b7a commit 3976c99Copy full SHA for 3976c99
src/components/feeds/Feeds.tsx
@@ -96,7 +96,7 @@ const Feeds: FC<FeedsProps> = () => {
96
) : null}
97
98
<div className="flex grow flex-col overflow-auto">
99
- <p className="flex flex-row gap-2">
+ <p className="flex flex-row flex-wrap gap-x-2">
100
<span className="font-medium">{item.feedTitle}</span>
101
102
<time className="text-ctp-subtext0" dateTime={item.isoDate || item.pubDate}>
0 commit comments