Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
MAT-7223: Fix editor-height discrepency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Nov 13, 2024
1 parent e4fdf0d commit 0e6a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Editor = ({
return (
<div
data-testid="test-case-json-editor"
style={{ height: "calc(100% - 64px)" }}
style={{ height: "calc(100% - 48px)" }}
>
<AceEditor
value={value}
Expand Down

0 comments on commit 0e6a66d

Please sign in to comment.