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 bacaea1 commit 88d52b6Copy full SHA for 88d52b6
packages/codebytes/src/codeByteEditor.tsx
@@ -13,7 +13,7 @@ import { trackUserImpression } from './libs/eventTracking';
13
import { CodeByteEditorProps } from './types';
14
15
const editorStates = states({
16
- isIFrame: { height: '100vh' },
+ isIFrame: { height: '100vh', width: '100%' },
17
});
18
19
const editorBaseStyles = system.css({
0 commit comments