Skip to content

Commit 993def5

Browse files
Fixed alignment issue in setp footer of guided tour
1 parent b1f8679 commit 993def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/console-app/src/components/tour/steps/StepFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const StepFooter: React.FC<StepFooterProps> = ({
2020
}) => (
2121
<Flex>
2222
{children && <FlexItem>{children}</FlexItem>}
23-
<FlexItem align={{ default: 'alignRight' }}>
23+
<FlexItem>
2424
<Button
2525
variant="secondary"
2626
id="tour-step-footer-secondary"

0 commit comments

Comments
 (0)