Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bring back dialog content padding
Tailwind 3.3.3 introduced a change by which the default user agent dialog element padding is reset to none: tailwindlabs/tailwindcss#11069 This caused the dialog to consistently not display as intended accross browsers. To fix that, let's manually set the padding to the one we expected.
- Loading branch information