docs,api-ref: fixed search bugs (#4866)

This commit is contained in:
Shahed Nasser
2023-08-25 18:39:31 +03:00
committed by GitHub
parent facaf8c399
commit 17c26c4f66
6 changed files with 104 additions and 8 deletions

View File

@@ -141,7 +141,7 @@ const SearchHits = ({ indexName, setNoResults }: SearchHitsProps) => {
"overflow-x-hidden text-ellipsis whitespace-nowrap break-words",
"hover:bg-medusa-bg-base-hover dark:hover:bg-medusa-bg-base-hover-dark",
"focus:bg-medusa-bg-base-hover dark:focus:bg-medusa-bg-base-hover-dark",
"focus:outline-none"
"last:mb-1 focus:outline-none"
)}
key={index}
tabIndex={index}