Commit 18cfda3
committed
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.1 parent 4ecf0a9 commit 18cfda3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments