Wizard: Fix wizard height

This adds a style to make sure the Wizard takes up the entire height of the page also in Firefox.
This commit is contained in:
regexowl 2025-06-18 09:38:40 +02:00 committed by Lucas Garfield
parent 564c5461d4
commit 9478958085

View file

@ -53,3 +53,8 @@ div.pf-v6-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
margin-block-start: 0;
}
}
// Ensures the wizard takes up the entire height of the page in Firefox as well
.pf-v6-c-wizard {
flex: 1;
}