You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wizard's height property appears to be ignored. For example, setting height=1000 had no effect; although, I could see the property output in the browser console.
Hey @dlabrecq! Thanks for the issue, that's a bug we need to fix. I created an issue in core for that work (patternfly/patternfly#6457), but I think it will be breaking so I've slated it for work in our upcoming penta release.
For the time being, would you be able to add a custom style for that wizard in a modal? Adding --pf-v5-c-modal-box--c-wizard--FlexBasis: 1234px; either as an inline style on <Wizard> or in a stylesheet like .pf-v5-c-wizard.some-custom-class { --pf-v5-c-modal-box--c-wizard--FlexBasis: 1234px; } would work.
The wizard's
height
property appears to be ignored. For example, settingheight=1000
had no effect; although, I could see the property output in the browser console.See https://www.patternfly.org/components/wizard#within-modal
The text was updated successfully, but these errors were encountered: