We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b61963 commit bfbea5bCopy full SHA for bfbea5b
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-[600px] h-[600px'}
+ classes={'w-[600px] h-[80px'}
55
/>
56
</div>
57
</Dialog.Panel>
0 commit comments