Skip to content

Commit

Permalink
Fix max height
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Etchells <timetchells@ibm.com>
  • Loading branch information
Tim Etchells committed Jun 25, 2020
1 parent 144ffe3 commit cdb300a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
min-width: 200px;
max-width: min(66vw, 800px);
min-height: 35px;
max-height: min(66vh, 600px);
background-color: var(--theia-editorWidget-background);
margin-bottom: 1px;
color: var(--theia-editorWidget-foreground);
Expand Down Expand Up @@ -67,7 +66,7 @@
user-select: text;
align-self: center;
flex: 1 100%;
height: 100%;
max-height: min(66vh, 600px);
padding: 10px;
overflow: auto;
white-space: pre-wrap;
Expand Down

0 comments on commit cdb300a

Please sign in to comment.