Wizard: Remove category and fix Review alignment
This removes the chip category and adds a version slug to make the alignment on Review step work properly.
This commit is contained in:
parent
1483ff9e9e
commit
60175aa911
2 changed files with 3 additions and 7 deletions
|
|
@ -750,7 +750,7 @@ export const TimezoneList = () => {
|
|||
<TextList component={TextListVariants.dl}>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Timezone
|
||||
</TextListItem>
|
||||
|
|
@ -759,7 +759,7 @@ export const TimezoneList = () => {
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
NTP servers
|
||||
</TextListItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue