fix(striker-ui): adjust padding to avoid clipping in ConfirmDialog

This commit is contained in:
Tsu-ba-me 2023-02-21 15:55:35 -05:00
parent 0af79b391b
commit 61bc4c9c34

View File

@ -201,7 +201,7 @@ const ConfirmDialog = forwardRef<
? { ? {
maxHeight: '60vh', maxHeight: '60vh',
overflowY: 'scroll', overflowY: 'scroll',
padding: '.2em .4em', padding: '.3em .5em',
...scrollBoxSx, ...scrollBoxSx,
} }
: undefined, : undefined,