fix(striker-ui): adjust padding to avoid clipping in ConfirmDialog
This commit is contained in:
parent
0af79b391b
commit
61bc4c9c34
@ -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…
Reference in New Issue
Block a user