From ae02827c6aa470fbcbfbe26326081fc225f87270 Mon Sep 17 00:00:00 2001 From: Mantvydas Deltuva Date: Mon, 9 Sep 2024 14:52:23 +0300 Subject: [PATCH] MDE/PKFE-31 visual bug-fix --- .../groupParamsComponents/styledGroupParamsComponents.tsx | 2 +- .../toolbarView/toolbarGroupParams/mergeGroupParams.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/groupParamsComponents/styledGroupParamsComponents.tsx b/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/groupParamsComponents/styledGroupParamsComponents.tsx index 6722d9c..aa5391f 100644 --- a/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/groupParamsComponents/styledGroupParamsComponents.tsx +++ b/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/groupParamsComponents/styledGroupParamsComponents.tsx @@ -10,7 +10,7 @@ export const StyledGroupParamsInputLabel = styled(InputLabel)({ }); export const StyledGroupParamsSelect = styled(Select)({ - height: '3rem', + height: '80%', transition: 'color 0.3s ease, border-color 0.3s ease', }); diff --git a/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/mergeGroupParams.tsx b/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/mergeGroupParams.tsx index 34dbbfc..8ec7484 100644 --- a/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/mergeGroupParams.tsx +++ b/app/front-end/src/features/editor/components/toolbarView/toolbarGroupParams/mergeGroupParams.tsx @@ -93,7 +93,7 @@ export const MergeGroupParams: React.FC = () => { display: 'flex', flexDirection: 'column', alignItems: 'start', - gap: '1rem', + gap: '0.2rem', }} >