dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

Increase the size of the JSONata preview #331

Closed aeberhart closed 2 months ago

aeberhart commented 2 months ago

Or make is resizable

aeberhart commented 2 months ago

increased to 20em

return <pre style={{
    fontSize: 'small',
    overflowY: 'auto',
    maxHeight: '20em',
    overflowX: 'auto',
    maxWidth: 'calc(100vw - 32px - 24px - 200px)'
}}>