fix width

This commit is contained in:
Nick Mowen 2023-12-20 16:14:47 -07:00
parent a89e3047c4
commit 4b1285f2c4

View File

@ -84,7 +84,7 @@ export default function HistoryFilterPopover({
Filter Filter
</Button> </Button>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="w-screen md:w-[340px]"> <PopoverContent className="w-screen sm:w-[340px]">
<div className="flex justify-around"> <div className="flex justify-around">
<DropdownMenu> <DropdownMenu>
<DropdownMenuTrigger asChild> <DropdownMenuTrigger asChild>