Skip to content

Commit

Permalink
fix: typesInspector width (#14214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlingHauan authored Nov 29, 2024
1 parent 0b31e03 commit 2761798
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ export const SchemaEditor = () => {
orientation='horizontal'
localStorageContext={`datamodel:${user.id}:${org}`}
>
<StudioResizableLayout.Element minimumSize={100} maximumSize={280}>
<StudioResizableLayout.Element minimumSize={200} maximumSize={500}>
<aside className={classes.inspector}>
<TypesInspector schemaItems={definitions} />
</aside>
</StudioResizableLayout.Element>
<StudioResizableLayout.Element>
<StudioResizableLayout.Element minimumSize={250}>
<div className={classes.editor}>
<NodePanel schemaPointer={selectedType?.schemaPointer} />
</div>
Expand Down

0 comments on commit 2761798

Please sign in to comment.