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 bacbefd commit afb026eCopy full SHA for afb026e
src/components/pickers/Menu/MenuButton.tsx
@@ -42,8 +42,8 @@ const StyledButton = tasty(Block, {
42
'selectionIcon & selectable & !selected':
43
'(0.75x - 1px) (1.5x - 1px) (0.75x - 1px) (1.5x - 1px + 22px)',
44
},
45
- display: 'grid',
46
- flow: 'column',
+ display: 'flex',
+ flow: 'row',
47
justifyContent: 'start',
48
gap: '.75x',
49
0 commit comments