Skip to content

Commit

Permalink
(fix) Fix styling affecting schema editor dimensions (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Aug 2, 2023
1 parent fcb8732 commit 43e1816
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/schema-editor/schema-editor.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const SchemaEditor: React.FC<SchemaEditorProps> = ({
) : null}

<AceEditor
className={styles.editorContainer}
style={{ height: "100vh", width: "100%" }}
mode="json"
theme="textmate"
name="schemaEditor"
Expand Down
5 changes: 0 additions & 5 deletions src/components/schema-editor/schema-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
}
}

.editorContainer {
height: 100vh;
width: 100%;
}

.errorContainer {
@include type.type-style("body-compact-02");
background-color: colors.$red-20;
Expand Down

0 comments on commit 43e1816

Please sign in to comment.