Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Nov 23, 2024
2 parents bf0a813 + 075d0c3 commit 077723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postText/postText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function PostText(props: Props) {
<Fragment key={`${i}+${text}`}>{segment.component}</Fragment>
))}
{tags && (
<div className="flex flex-wrap gap-x-2 gap-y-1 mt-3">
<div className="flex flex-wrap gap-2 my-2">
{tags.map((t, i) => (
<PostTag key={i} tag={t} />
))}
Expand Down

0 comments on commit 077723b

Please sign in to comment.