Skip to content

Commit

Permalink
dev: Added min width to drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-crowell committed Jun 29, 2024
1 parent 894d87b commit 9d6bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Drawer/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function Drawer({
onOpenChange={onClose}
>
<Modal
className="fixed w-1/3 bg-white shadow-md transition-all duration-500 entering:translate-x-full exiting:translate-x-full"
className="fixed w-1/3 min-w-80 bg-white shadow-md transition-all duration-500 entering:translate-x-full exiting:translate-x-full"
style={{
top: 0,
right: 0,
Expand Down

0 comments on commit 9d6bc8e

Please sign in to comment.