Skip to content

Commit 077723b

Browse files
committed
Merge branch 'preview'
2 parents bf0a813 + 075d0c3 commit 077723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dataDisplay/postText/postText.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function PostText(props: Props) {
126126
<Fragment key={`${i}+${text}`}>{segment.component}</Fragment>
127127
))}
128128
{tags && (
129-
<div className="flex flex-wrap gap-x-2 gap-y-1 mt-3">
129+
<div className="flex flex-wrap gap-2 my-2">
130130
{tags.map((t, i) => (
131131
<PostTag key={i} tag={t} />
132132
))}

0 commit comments

Comments
 (0)