Wizard: Fix repos toggle height

The repos toggle height was slightly bigger than the Available/Selected toggle. This was caused by the popover button. Changes its size to small to fix the issue.
This commit is contained in:
regexowl 2024-10-07 10:17:45 +02:00 committed by Michal Gold
parent 49847e9adb
commit d46f6b83ac

View file

@ -1309,6 +1309,7 @@ const Packages = () => {
aria-label="About included repositories"
component="span"
className="pf-u-p-0"
size="sm"
isInline
>
<HelpIcon />
@ -1339,6 +1340,7 @@ const Packages = () => {
aria-label="About other repositories"
component="span"
className="pf-u-p-0"
size="sm"
isInline
>
<HelpIcon />