Set width and height on infolink so its positioned correctly
This commit is contained in:
@ -20,7 +20,10 @@ export function InfoLink(props: InfoLinkProps): JSX.Element {
|
||||
marginLeft: '10px',
|
||||
}}
|
||||
>
|
||||
<a href={props.href} style={{ textDecoration: 'none' }}>
|
||||
<a
|
||||
href={props.href}
|
||||
style={{ textDecoration: 'none', width: '24px', height: '24px' }}
|
||||
>
|
||||
<TooltipWrapped
|
||||
tooltipContent="Learn More"
|
||||
tooltipSide={'top'}
|
||||
|
||||
Reference in New Issue
Block a user