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 df5499f commit 9117942Copy full SHA for 9117942
packages/module/src/DataViewTh/DataViewTh.tsx
@@ -333,7 +333,7 @@ export const DataViewTh: FC<DataViewThProps> = ({
333
className={dataViewThClassName}
334
{...(isResizable && { additionalContent: resizableContent })}
335
>
336
- <span className="pf-v6-c-table__text">{content}</span>
+ {content}
337
</Th>
338
);
339
};
0 commit comments