From faa3519a29fc61ef8bd2ce9275a6674f1c7946e0 Mon Sep 17 00:00:00 2001 From: towfiqi Date: Tue, 12 Nov 2024 16:23:44 +0600 Subject: [PATCH] fix: Fixes misaligned Keywords table UI content. --- components/keywords/Keyword.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/keywords/Keyword.tsx b/components/keywords/Keyword.tsx index 404e16b..8550ec4 100644 --- a/components/keywords/Keyword.tsx +++ b/components/keywords/Keyword.tsx @@ -97,7 +97,7 @@ const Keyword = (props: KeywordProps) => { className={`keyword relative py-5 px-4 text-gray-600 border-b-[1px] border-gray-200 lg:py-4 lg:px-6 lg:border-0 lg:flex lg:justify-between lg:items-center ${selected ? ' bg-indigo-50 keyword--selected' : ''} ${lastItem ? 'border-b-0' : ''}`}> -
+