src: Align to center
This ensures that both Landing page and Wizard are aligned to center within wide windows.
This commit is contained in:
parent
2da55e20b2
commit
68d33130f7
2 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
|
|||
return (
|
||||
<>
|
||||
<ImageBuilderHeader inWizard />
|
||||
<PageSection isWidthLimited>
|
||||
<PageSection isWidthLimited isCenterAligned>
|
||||
<Wizard
|
||||
startIndex={startIndex}
|
||||
onClose={() => navigate(resolveRelPath(''))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue