ReviewStep: fix alignment

Patternfly6 handles the grid for description lists slightly differntly
to Patternfly5. Add custom css to change the behaviour to match PF5 and
get the items in the review step to align properly
This commit is contained in:
Gianluca Zuccarelli 2025-06-12 08:43:11 +00:00 committed by Simon Steinbeiß
parent 1ba0f33240
commit 7f5013ef07
5 changed files with 99 additions and 44 deletions

View file

@ -58,7 +58,7 @@ export const MinimumSizePopover = () => {
variant="plain"
aria-label="File system configuration info"
aria-describedby="file-system-configuration-info"
className="pf-v6-u-p-0"
className="popover-button pf-v6-u-p-0"
/>
</Popover>
);