V2Wizard: Fix padding around registration options
This updates the padding around registration options.
This commit is contained in:
parent
ff75d36203
commit
2431d176ac
1 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ const RHSMPopover = () => {
|
|||
>
|
||||
<Button
|
||||
variant="plain"
|
||||
className="pf-c-form__group-label-help"
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
aria-label="About remote host configuration (rhc)"
|
||||
isInline
|
||||
>
|
||||
|
|
@ -86,7 +86,7 @@ const InsightsPopover = () => {
|
|||
>
|
||||
<Button
|
||||
variant="plain"
|
||||
className="pf-c-form__group-label-help"
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
aria-label="About remote host configuration (rhc)"
|
||||
isInline
|
||||
>
|
||||
|
|
@ -125,7 +125,7 @@ const RhcPopover = () => {
|
|||
>
|
||||
<Button
|
||||
variant="plain"
|
||||
className="pf-c-form__group-label-help"
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
aria-label="About remote host configuration (rhc)"
|
||||
isInline
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue