Fixes wizard min-height

This commit is contained in:
Andrew Dewar 2024-05-09 18:14:14 +01:00 committed by Klara Simickova
parent 1eb5066967
commit aecc84bd34

View file

@ -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;
}