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

main
Tsu-ba-me 2 years ago committed by digimer
parent 0e03fb9f3f
commit 9c5a32ed56
  1. 2
      striker-ui/components/ConfirmDialog.tsx

@ -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,

Loading…
Cancel
Save