Skip to content

Commit

Permalink
Move tooltip position to top for helmchart step
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Dec 30, 2024
1 parent 8bf48e4 commit 5634e11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const StepTwo = ({
</Box>
<Flex alignItems="center" gap={1} mb={2}>
<Subtitle3>Add Labels (Optional)</Subtitle3>
<ResourceLabelTooltip resourceKind="kube" />
<ResourceLabelTooltip resourceKind="kube" toolTipPosition="top" />
</Flex>
<Box mb={3}>
<LabelsCreater
Expand Down

0 comments on commit 5634e11

Please sign in to comment.