From d5743f81c69a6289d2b41001a0eaae3429e67bba Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Wed, 22 Feb 2023 22:16:32 -0500 Subject: [PATCH] fix(striker-ui): relocate scoll box padding in ConfirmDialog --- striker-ui/components/AddFenceInputGroup.tsx | 1 + striker-ui/components/ConfirmDialog.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/AddFenceInputGroup.tsx b/striker-ui/components/AddFenceInputGroup.tsx index be259ddf..5f083fdf 100644 --- a/striker-ui/components/AddFenceInputGroup.tsx +++ b/striker-ui/components/AddFenceInputGroup.tsx @@ -73,6 +73,7 @@ const AddFenceInputGroup: FC = ({ {fenceDescription} )} + sx={{ marginTop: '.3em' }} value={fenceTypeValue} /> ), diff --git a/striker-ui/components/ConfirmDialog.tsx b/striker-ui/components/ConfirmDialog.tsx index 36b5992f..3298375a 100644 --- a/striker-ui/components/ConfirmDialog.tsx +++ b/striker-ui/components/ConfirmDialog.tsx @@ -201,7 +201,6 @@ const ConfirmDialog = forwardRef< ? { maxHeight: '60vh', overflowY: 'scroll', - padding: '.3em .5em', ...scrollBoxSx, } : undefined,