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 e5360dc commit 06d591dCopy full SHA for 06d591d
src/library-authoring/component-info/ComponentPreview.tsx
@@ -24,6 +24,7 @@ const ModalComponentPreview = ({ isOpen, close, usageKey }: ModalComponentPrevie
24
isOpen={isOpen}
25
onClose={close}
26
isOverflowVisible={false}
27
+ size="xl"
28
className="component-preview-modal"
29
>
30
<LibraryBlock
0 commit comments