Skip to content

Bug - height of wizard steps is too large #392

@nicolethoen

Description

@nicolethoen

Reported by HCC

height is a result of this CSS rule on .pf-v6-c-wizard: height: var(--pf-v6-c-wizard--Height, var(--pf-v6-c-wizard--Height--base));

This CSS would fix the height problem (was handed off to HCC as a temp fix):

.pfext-quick-start-task .pf-v6-c-wizard {
  --pf-v6-c-wizardHeight-base: initial;
}

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions