Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

fix dropdown UI in job transfer #5088

Merged
merged 2 commits into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/webportal/src/app/job/job-view/fabric/job-transfer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const JobTransferPage = () => {
<Stack className={styles.item}>
<Stack horizontal gap={10}>
<Label required>Transfer to</Label>
<StackItem grow>
<Stack grow>
<Dropdown
placeholder={'select a bounded cluster'}
selectedKey={selectedCluster}
Expand All @@ -315,7 +315,7 @@ const JobTransferPage = () => {
return options;
})()}
/>
</StackItem>
</Stack>
</Stack>
</Stack>
<Stack className={styles.item}>
Expand Down