Skip to content

Commit

Permalink
MDE/PKFE-30 temp ui fix regarding toolbar params override field
Browse files Browse the repository at this point in the history
  • Loading branch information
mantvydasdeltuva committed Sep 11, 2024
1 parent a1f743c commit 3cf9a0e
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 @@ -111,7 +111,7 @@ export const ApplyGroupParams: React.FC<ApplyGroupParamsProps> = () => {
</StyledGroupParamsSelect>
</FormControl>
</Box>
<Box sx={{ height: '100%', display: 'grid', flexDirection: 'column', alignItems: 'end' }}>
<Box sx={{ height: '100%', display: 'grid', flexDirection: 'column', alignItems: 'end', rowGap: '2.16rem' }}>
<FormControl sx={{ width: '90%' }} size='small'>
<GroupParamsInputLabel label={'Save To'} />
<StyledGroupParamsSelect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const DownloadGroupParams: React.FC<DownloadGroupParamsProps> = () => {
</StyledGroupParamsSelect>
</FormControl>
</Box>
<Box sx={{ height: '100%', display: 'grid', flexDirection: 'column', alignItems: 'end' }}>
<Box sx={{ height: '100%', display: 'grid', flexDirection: 'column', alignItems: 'start', rowGap: '2.16rem' }}>
<FormControl sx={{ width: '90%', justifyContent: 'center' }} size='small'>
<GroupParamsInputLabel label={'Save To'} />
<StyledGroupParamsSelect
Expand Down

0 comments on commit 3cf9a0e

Please sign in to comment.