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

Commit

Permalink
Merge pull request #762 from MeasureAuthoringTool/MAT-7223
Browse files Browse the repository at this point in the history
MAT-7223: Fix editor-height discrepency
  • Loading branch information
mcmcphillips authored Nov 13, 2024
2 parents e4fdf0d + 0e6a66d commit 49d2b1f
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 49d2b1f

Please sign in to comment.