Fixes wizard min-height
This commit is contained in:
parent
1eb5066967
commit
aecc84bd34
1 changed files with 6 additions and 1 deletions
|
|
@ -86,4 +86,9 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
|
|||
// This is to fix the pagination UI bug, when patternfly updates this it can be removed!
|
||||
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
||||
display: flex
|
||||
}
|
||||
}
|
||||
|
||||
// Fixes min height issues on the main wizard container
|
||||
.pf-v5-c-wizard__outer-wrap {
|
||||
min-height: 602px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue