File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ const InternalTable = React.forwardRef(
179179 getExpandableItemProps,
180180 } ) ;
181181
182- const [ containerWidth , wrapperMeasureRef ] = useContainerQuery < number > ( rect => rect . contentBoxWidth ) ;
182+ const [ containerWidth , wrapperMeasureRef ] = useContainerQuery < number > ( rect => rect . borderBoxWidth ) ;
183183 const wrapperMeasureRefObject = useRef ( null ) ;
184184 const wrapperMeasureMergedRef = useMergeRefs ( wrapperMeasureRef , wrapperMeasureRefObject ) ;
185185
186- const [ tableWidth , tableMeasureRef ] = useContainerQuery < number > ( rect => rect . contentBoxWidth ) ;
186+ const [ tableWidth , tableMeasureRef ] = useContainerQuery < number > ( rect => rect . borderBoxWidth ) ;
187187 const tableRefObject = useRef ( null ) ;
188188
189189 const secondaryWrapperRef = React . useRef < HTMLDivElement > ( null ) ;
You can’t perform that action at this time.
0 commit comments