Reduce padding on searchbox result item (#547)

* Reduce search result padding

* nit
This commit is contained in:
Chenlei Hu
2024-08-19 21:19:34 -04:00
committed by GitHub
parent cfad3cd918
commit b8a3e6b1ad

View File

@@ -166,11 +166,11 @@ const setHoverSuggestion = (index: number) => {
}
.option-container {
@apply flex flex-col px-4 py-2 cursor-pointer overflow-hidden w-full;
@apply flex flex-col px-2 py-0 cursor-pointer overflow-hidden w-full;
}
.option-display-name {
@apply font-semibold;
@apply font-semibold flex justify-between items-center;
}
.option-category {