Skip to content

Commit

Permalink
Fix: align try it scroll bars (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Apr 23, 2020
1 parent 043ed19 commit 0c974b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/common/monaco/Monaco.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function Monaco(props: IMonaco) {
<ThemeContext.Consumer >
{(theme) => (<MonacoEditor
width='800 !important'
height={verbIsGet ? '80vh' : '350px'}
height={'80vh'}
// @ts-ignore
value={body ? body : ''}
language={language ? language : 'json'}
Expand Down

0 comments on commit 0c974b8

Please sign in to comment.