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 094a8e4 commit 684432dCopy full SHA for 684432d
packages/ui/src/components/devPrompts/EnableOrganizationsPrompt/index.tsx
@@ -192,7 +192,10 @@ const EnableOrganizationsPromptInternal = ({
192
<RadioGroupItem
193
value='require'
194
label={
195
- <Flex gap={2}>
+ <Flex
196
+ wrap='wrap'
197
+ sx={t => ({ columnGap: t.sizes.$2, rowGap: t.sizes.$1 })}
198
+ >
199
<span>Require organization membership</span>
200
<PromptBadge>Standard</PromptBadge>
201
</Flex>
@@ -386,6 +389,7 @@ const PromptBadge = ({ children }: PromptBadgeProps): JSX.Element => {
386
389
line-height: 1.23;
387
390
background-color: #ebebeb;
388
391
color: #2b2b34;
392
+ white-space: nowrap;
393
`}
394
>
395
{children}
0 commit comments