Skip to content

Commit

Permalink
fix popover width not matching card width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1003A committed Jul 26, 2024
1 parent 8b9b4d6 commit 922507a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const DashboardNavbar = () => {
<PopoverContent
data-testid="notificationContent"
align="end"
className="w-[380px] border-none p-0 shadow-none"
className="w-fit border-none p-0 shadow-none"
>
<UnreadNotificationCard
notificationsPreview={[
Expand Down

0 comments on commit 922507a

Please sign in to comment.