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:
parent
1ba0f33240
commit
7f5013ef07
5 changed files with 99 additions and 44 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue