We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f51931 commit a52dc81Copy full SHA for a52dc81
packages/module/src/DataViewTh/DataViewTh.tsx
@@ -338,7 +338,7 @@ export const DataViewTh: FC<DataViewThProps> = ({
338
{...thProps}
339
{...props}
340
ref={thRef}
341
- style={width > 0 ? { minWidth: width, ...thProps?.style } : thProps?.style}
+ style={width > 0 ? { ...thProps?.style, minWidth: width } : thProps?.style}
342
className={classNames.length > 0 ? classNames.join(' ') : undefined}
343
{...(isResizable && { additionalContent: resizableContent })}
344
>
0 commit comments