Skip to content

Commit

Permalink
fix: button width in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 25, 2024
1 parent aaefa32 commit 52d7c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ToastExample = ({
toast(title, {
description,
action: action ? (
<Button size="xs" className="ml-auto">
<Button size="xs" className="ml-auto min-w-max">
Action
</Button>
) : undefined,
Expand Down

0 comments on commit 52d7c86

Please sign in to comment.