Skip to content

Commit

Permalink
feat: Remove max-height for code-container (#1127)
Browse files Browse the repository at this point in the history
And also enable resize.
  • Loading branch information
stanleyz committed Jul 27, 2024
1 parent a9ecd20 commit 8d47085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/domain/Workspaces/Workspaces.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
background-color: #000000;
width: 100%;
height: 100%;
max-height: 400px;
resize: auto;
min-height: 400px;
overflow: scroll;
}
Expand Down

0 comments on commit 8d47085

Please sign in to comment.