We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57fe60 commit 7b61963Copy full SHA for 7b61963
1 file changed
src/components/molecules/modals/OutputNodeExpandedModal.js
@@ -51,7 +51,7 @@ const OuputNodeExpandedModal = ({ closeFn = () => null, open = false, data }) =>
51
name='output-text'
52
value={JSON.stringify(data, null, 2)}
53
readOnly={true}
54
- classes={'w-1/2 h-1/2'}
+ classes={'w-[600px] h-[600px'}
55
/>
56
</div>
57
</Dialog.Panel>
0 commit comments