Skip to content

Commit

Permalink
[front] - fix: adjust padding for SearchMembersPopover content
Browse files Browse the repository at this point in the history
 - Add right margin to the popover content to maintain consistent spacing in the UI
  • Loading branch information
Jules authored and Jules committed Oct 21, 2024
1 parent 4534abd commit f4bcd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/vaults/SearchMembersPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function SearchMembersPopover({
<PopoverTrigger>
<Button label="Add members" icon={UserIcon} size="sm" />
</PopoverTrigger>
<PopoverContent className="p-4">
<PopoverContent className="p-4 mr-2">
<Searchbar
name="search"
placeholder="Search members (email)"
Expand Down

0 comments on commit f4bcd7c

Please sign in to comment.