@@ -35,6 +35,7 @@ export const SearchResultMenuItem = (props: Props): JSX.Element => {
if (isLoading) {
return (
<>
+ <div className="border-top mt-2 mb-2" />
Searching...
<div className="border-top mt-3" />
</>