Skip to content

Commit

Permalink
fix: result style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Apr 12, 2024
1 parent 6cb2d96 commit f1b3b62
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/search-modal/SearchResult.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,11 @@ const SearchResult = ({ hit, closeSearch }) => {
disabled={!redirectUrl}
>
<Stack
className="border-bottom search-result p-2 w-100"
className="border-bottom search-result p-2 w-100 align-items-start"
direction="horizontal"
gap={2}
gap={3}
>
<div className="align-top">
<Icon className="align-top" src={ItemIcon[hit.block_type] || Article} />
</div>
<Icon className="text-muted" src={ItemIcon[hit.block_type] || Article} />
<Stack>
<div className="hit-name small">
<CustomHighlight attribute="display_name" hit={hit} />
Expand Down

0 comments on commit f1b3b62

Please sign in to comment.