patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Bug - Wizard - cannot customize height in modal

Open dlabrecq opened this issue 1 year ago • 1 comments

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.

Screenshot 2024-03-08 at 11 42 33 AM

See https://www.patternfly.org/components/wizard#within-modal

dlabrecq avatar Mar 08 '24 16:03 dlabrecq

Hey @dlabrecq! Thanks for the issue, that's a bug we need to fix. I created an issue in core for that work (https://github.com/patternfly/patternfly/issues/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.

mcoker avatar Mar 22 '24 18:03 mcoker

cosed by #10332

tlabaj avatar May 28 '24 14:05 tlabaj