Skip to content

Bug - height of wizard steps is too large #392

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


Jira Issue: PF-1906

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions