We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2824d5 commit 5b5e994Copy full SHA for 5b5e994
packages/@react-spectrum/s2/src/Menu.tsx
@@ -115,7 +115,8 @@ export let menu = style({
115
isPopover: 8
116
},
117
fontFamily: 'sans',
118
- fontSize: 'control'
+ fontSize: 'control',
119
+ gridAutoRows: 'min-content'
120
}, getAllowedOverrides());
121
122
export let section = style({
packages/@react-spectrum/s2/src/Picker.tsx
@@ -190,7 +190,8 @@ export let menu = style({
190
overflow: 'auto',
191
padding: 8,
192
193
194
195
});
196
197
const invalidBorder = style({
0 commit comments