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,