Skip to content

Commit 93df536

Browse files
authored
fix: properly apply minwidth set by Tableview column menu (adobe#9838)
1 parent 0e69a1b commit 93df536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export const Menu = /*#__PURE__*/ (forwardRef as forwardRefType)(function Menu<T
409409
hideArrow>
410410
<div
411411
style={UNSAFE_style}
412-
className={(UNSAFE_className || '') + wrappingDiv}>
412+
className={(UNSAFE_className || '') + mergeStyles(wrappingDiv, styles)}>
413413
{content}
414414
</div>
415415
</Popover>

0 commit comments

Comments
 (0)