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(''))}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ export const LandingPage = () => {
|
|||
|
||||
const imageList = (
|
||||
<>
|
||||
<PageSection isWidthLimited>
|
||||
<PageSection isWidthLimited isCenterAligned>
|
||||
{showAlert && <NewAlert setShowAlert={setShowAlert} />}
|
||||
<Sidebar hasBorder className="pf-v5-u-background-color-100">
|
||||
<SidebarPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue