Skip to content

Commit 56e246a

Browse files
committed
fix: add no-shrink to InfoIconTippy
1 parent 04cd0e3 commit 56e246a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/InfoIconTippy/InfoIconTippy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const InfoIconTippy = ({
2626
documentationLink,
2727
documentationLinkText,
2828
additionalContent,
29-
iconClassName = 'icon-dim-16',
29+
iconClassName = 'icon-dim-16 dc__no-shrink',
3030
placement = 'bottom',
3131
dataTestid = 'info-tippy-button',
3232
children,
@@ -49,7 +49,7 @@ const InfoIconTippy = ({
4949
{children || (
5050
<button
5151
type="button"
52-
className="p-0 dc__no-background dc__no-border dc__outline-none-imp flex dc__tab-focus"
52+
className="p-0 dc__no-background dc__no-border dc__outline-none-imp flex dc__tab-focus dc__no-shrink"
5353
aria-label="Info Icon"
5454
data-testid={dataTestid}
5555
>

0 commit comments

Comments
 (0)