We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cd0e3 commit 56e246aCopy full SHA for 56e246a
src/Shared/Components/InfoIconTippy/InfoIconTippy.tsx
@@ -26,7 +26,7 @@ const InfoIconTippy = ({
26
documentationLink,
27
documentationLinkText,
28
additionalContent,
29
- iconClassName = 'icon-dim-16',
+ iconClassName = 'icon-dim-16 dc__no-shrink',
30
placement = 'bottom',
31
dataTestid = 'info-tippy-button',
32
children,
@@ -49,7 +49,7 @@ const InfoIconTippy = ({
49
{children || (
50
<button
51
type="button"
52
- className="p-0 dc__no-background dc__no-border dc__outline-none-imp flex dc__tab-focus"
+ className="p-0 dc__no-background dc__no-border dc__outline-none-imp flex dc__tab-focus dc__no-shrink"
53
aria-label="Info Icon"
54
data-testid={dataTestid}
55
>
0 commit comments