Skip to content

Commit

Permalink
fixed css problems introduced in PR eclipse-theia#12052
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
  • Loading branch information
jonah-iden committed Jan 19, 2023
1 parent 1b5ff9e commit ec42587
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/core/src/browser/style/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,14 @@
display: flex;
flex-grow: 2;
flex-direction: column;
justify-content: space-around;
align-items: stretch;
position: relative;
padding: calc(var(--theia-ui-padding)*2);
white-space: pre-line;
max-height: 50vh;
max-height: 70vh;
overflow-y: auto;
}

.p-Widget.dialogOverlay .dialogContent > * {
height: 100%;
}

.p-Widget.dialogOverlay .dialogControl {
padding: calc(var(--theia-ui-padding)*2);
display: flex;
Expand Down

0 comments on commit ec42587

Please sign in to comment.