From 075d0c3935839e823036df39b4508e5e966527ae Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Sat, 23 Nov 2024 12:21:28 -0800 Subject: [PATCH] Unify gap and y-margin for post tags --- src/components/dataDisplay/postText/postText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dataDisplay/postText/postText.tsx b/src/components/dataDisplay/postText/postText.tsx index 363d9e9e..0dfee059 100644 --- a/src/components/dataDisplay/postText/postText.tsx +++ b/src/components/dataDisplay/postText/postText.tsx @@ -126,7 +126,7 @@ export default function PostText(props: Props) { {segment.component} ))} {tags && ( -
+
{tags.map((t, i) => ( ))}