Skip to content

Commit

Permalink
fix: css problems introduced by #12052 (#12086)
Browse files Browse the repository at this point in the history
See #12052 (comment)

Signed-off-by: Jonah Iden <[email protected]>
  • Loading branch information
jonah-iden authored Jan 20, 2023
1 parent 3b4fb79 commit fdf8a1b
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 fdf8a1b

Please sign in to comment.