V2Wizard: Fix padding and size of <HelpIcon> button

This updates padding around the popover button on OpenSCAP step and makes all `<HelpIcon>` icons the default size so it's consistent throughout the Wizard.
This commit is contained in:
regexowl 2024-04-24 16:41:52 +02:00 committed by Lucas Garfield
parent 0846e4d975
commit 99da1e2957
3 changed files with 6 additions and 6 deletions

View file

@ -166,7 +166,6 @@ const ProfileSelector = () => {
OpenSCAP profile
<Popover
maxWidth="30rem"
position="left"
bodyContent={
<TextContent>
<Text>
@ -176,7 +175,12 @@ const ProfileSelector = () => {
</TextContent>
}
>
<Button variant="plain" aria-label="About OpenSCAP" isInline>
<Button
variant="plain"
aria-label="About OpenSCAP"
isInline
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0 pf-u-pr-0"
>
<HelpIcon />
</Button>
</Popover>

View file

@ -784,7 +784,6 @@ const Packages = () => {
aria-label="About included repositories"
component="span"
className="pf-u-p-0"
size="sm"
isInline
>
<HelpIcon />
@ -815,7 +814,6 @@ const Packages = () => {
aria-label="About other repositories"
component="span"
className="pf-u-p-0"
size="sm"
isInline
>
<HelpIcon />
@ -870,7 +868,6 @@ const Packages = () => {
variant="plain"
aria-label="Package description"
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
size="sm"
>
<HelpIcon />
</Button>

View file

@ -81,7 +81,6 @@ const ActivationKeyInformation = (): JSX.Element => {
variant="plain"
aria-label="About additional repositories"
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
size="sm"
>
<HelpIcon />
</Button>