root: css()

in src/components/QueryEditor/Stack.tsx [28:36]


      root: css({
        display: 'flex',
        flexDirection: direction,
        flexWrap: wrap ? 'wrap' : undefined,
        alignItems: alignItems,
        gap: theme.spacing(gap),
        flexGrow: flexGrow,
        width: '100%'
      }),