Skip to content

Commit 9117942

Browse files
committed
remove span
1 parent df5499f commit 9117942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/DataViewTh/DataViewTh.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export const DataViewTh: FC<DataViewThProps> = ({
333333
className={dataViewThClassName}
334334
{...(isResizable && { additionalContent: resizableContent })}
335335
>
336-
<span className="pf-v6-c-table__text">{content}</span>
336+
{content}
337337
</Th>
338338
);
339339
};

0 commit comments

Comments
 (0)