Skip to content

Commit

Permalink
Increase line height a bit in mention suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Mar 10, 2025
1 parent ffc5ad5 commit 9e79995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebar/components/MentionSuggestionsPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function MentionSuggestionsPopover({
id={`${usersListboxId}-${u.username}`}
className={classnames(
'flex justify-between items-center gap-x-2',
'rounded p-2 hover:bg-grey-2',
'rounded p-2 leading-4 hover:bg-grey-2',
{
'bg-grey-2': highlightedSuggestion === index,
},
Expand Down

0 comments on commit 9e79995

Please sign in to comment.