We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040fb34 commit 4b980d5Copy full SHA for 4b980d5
1 file changed
packages/docs/src/page-showcase/Example/Example.tsx
@@ -36,7 +36,7 @@ export const Example: FC<Props> = ({ id, name, source }) => {
36
<SourceRenderer />
37
) : (
38
<>
39
- <VStack className={['flex', 'max-lg:hidden']}>
+ <VStack className={['flex', 'max-lg:hidden', 'aspect-3/2', 'overflow-scroll']}>
40
<SourceEditor />
41
</VStack>
42
<VStack className={['hidden', 'max-lg:flex']}>
0 commit comments