Skip to content

Commit

Permalink
refactor: Update SearchResults component to include left margin for b…
Browse files Browse the repository at this point in the history
…etter spacing
  • Loading branch information
bramses committed Sep 10, 2024
1 parent 3105a1c commit 28e3465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const SearchResults = () => {
<>
<div
key={result.id}
className="mb-4 flex items-center justify-between"
className="mx-2 mb-4 flex items-center justify-between"
>
<div className="grow">
<Link
Expand Down

0 comments on commit 28e3465

Please sign in to comment.