Skip to content

Commit f8f76d7

Browse files
authored
update popover size to match spectrum width (#8318)
update popover size to match spectrum width
1 parent 90d51e6 commit f8f76d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export interface ContextualHelpProps extends
4141

4242
const popover = style({
4343
fontFamily: 'sans',
44-
minWidth: 218,
45-
width: 218,
44+
minWidth: 268,
45+
width: 268,
4646
padding: 24
4747
});
4848

0 commit comments

Comments
 (0)