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:
parent
564c5461d4
commit
9478958085
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue