This commit is contained in:
incognitotgt 2023-12-29 18:26:47 -05:00
parent aa86e2a4d1
commit 92d234ce01

View file

@ -92,8 +92,8 @@ export function Home() {
} }
> >
<div <div
class={`font-roboto w-110 h-14 flex-none shrink-0 justify-center border border-input-border-color p-2 text-2xl hover:bg-dropdown-option-hover-color ${ class={`font-roboto w-110 h-14 flex-none shrink-0 justify-center border border-input-border-color p-2 text-2xl text-ellipsis hover:bg-dropdown-option-hover-color ${
index === suggestion.length - 2 ? "rounded-b-2xl" : "" index === suggestion.slice(-1) ? "rounded-b-2xl" : ""
}`} }`}
key={index} key={index}
> >