Skip to content

Commit

Permalink
Add noWrap to Modal
Browse files Browse the repository at this point in the history
Co-authored-by: jackcasstlesjones <[email protected]>
  • Loading branch information
JasonWarrenUK and jackcasstlesjones authored Dec 10, 2024
1 parent 03f96c6 commit d2f1f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/shared/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Modal({
<Button
onClick={forwardButton.action}
label={forwardButton.label}
className="bg-twd-primary-purple text-lg font-normal w-32"
className="bg-twd-primary-purple text-lg font-normal w-36 text-nowrap"
/>
)}
</div>
Expand Down

0 comments on commit d2f1f45

Please sign in to comment.