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 582e009 commit f98b02dCopy full SHA for f98b02d
packages/react-table/src/components/Table/HeaderCellInfoWrapper.tsx
@@ -54,6 +54,7 @@ export const HeaderCellInfoWrapper: React.FunctionComponent<ColumnHelpWrapperPro
54
<Tooltip content={info} {...tooltipProps}>
55
<Button
56
variant="plain"
57
+ hasNoPadding
58
aria-label={ariaLabel || (typeof info === 'string' && info) || 'More info'}
59
icon={<HelpIcon />}
60
/>
@@ -62,6 +63,7 @@ export const HeaderCellInfoWrapper: React.FunctionComponent<ColumnHelpWrapperPro
62
63
<Popover bodyContent={info} {...popoverProps}>
64
65
66
67
68
69
0 commit comments