We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf0a813 + 075d0c3 commit 077723bCopy full SHA for 077723b
src/components/dataDisplay/postText/postText.tsx
@@ -126,7 +126,7 @@ export default function PostText(props: Props) {
126
<Fragment key={`${i}+${text}`}>{segment.component}</Fragment>
127
))}
128
{tags && (
129
- <div className="flex flex-wrap gap-x-2 gap-y-1 mt-3">
+ <div className="flex flex-wrap gap-2 my-2">
130
{tags.map((t, i) => (
131
<PostTag key={i} tag={t} />
132
0 commit comments