Skip to content

Commit

Permalink
Fix #1204
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Mar 27, 2024
1 parent 55635ee commit e252675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ExpressionModalEditor(props: Props) {
<div className='container'>
<div className='panel-top'>
<Editor
height="50%"
height="100%"
width="100%"
defaultLanguage={'java'}
language={'java'}
Expand Down
2 changes: 1 addition & 1 deletion karavan-designer/src/expression/ExpressionModalEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ExpressionModalEditor(props: Props) {
<div className='container'>
<div className='panel-top'>
<Editor
height="50%"
height="100%"
width="100%"
defaultLanguage={'java'}
language={'java'}
Expand Down
2 changes: 1 addition & 1 deletion karavan-space/src/expression/ExpressionModalEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ExpressionModalEditor(props: Props) {
<div className='container'>
<div className='panel-top'>
<Editor
height="50%"
height="100%"
width="100%"
defaultLanguage={'java'}
language={'java'}
Expand Down

0 comments on commit e252675

Please # to comment.