Skip to content

Commit bfbea5b

Browse files
committed
outuput expnded modal correct width
1 parent 7b61963 commit bfbea5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/molecules/modals/OutputNodeExpandedModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const OuputNodeExpandedModal = ({ closeFn = () => null, open = false, data }) =>
5151
name='output-text'
5252
value={JSON.stringify(data, null, 2)}
5353
readOnly={true}
54-
classes={'w-[600px] h-[600px'}
54+
classes={'w-[600px] h-[80px'}
5555
/>
5656
</div>
5757
</Dialog.Panel>

0 commit comments

Comments
 (0)