Skip to content

Commit

Permalink
MDE/PKFE-31 visual bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mantvydasdeltuva committed Sep 9, 2024
1 parent 6c8fad4 commit ae02827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const MergeGroupParams: React.FC<MergeGroupParamsProps> = () => {
display: 'flex',
flexDirection: 'column',
alignItems: 'start',
gap: '1rem',
gap: '0.2rem',
}}
>
<FormControl sx={{ width: '90%' }}>
Expand Down

0 comments on commit ae02827

Please sign in to comment.