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:
parent
49847e9adb
commit
d46f6b83ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue