Skip to content

Commit

Permalink
fixed terminal issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil committed Jan 18, 2025
1 parent 100796a commit 288046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/MainScreen/MainScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MainScreen = () => {
MainScreen
<div className="mainScreen">
<Editor
height="90vh"
height="54vh"
className="mainScreen"
defaultLanguage="cpp"
defaultValue="// some comment"
Expand Down
1 change: 1 addition & 0 deletions webapp/src/components/Terminal/Terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
padding-left: 30px;
padding-right: 30px;
padding-bottom: 50px;
z-index: 1;
}

0 comments on commit 288046e

Please sign in to comment.