Skip to content

Commit

Permalink
core: update dialog styling (#12254)
Browse files Browse the repository at this point in the history
The commit updates the styling of dialogs which would previously include additional height or padding which would give a bad user-experience. The change now means that dialogs have a proper height with respect to their content.

Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio authored Mar 8, 2023
1 parent 32ca0db commit 9fd7735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/browser/style/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
display: flex;
flex-direction: column;
min-width: 400px;
min-height: 150px;
color: var(--theia-editorWidget-foreground);
background-color: var(--theia-editorWidget-background);
border: 1px solid var(--theia-contrastBorder);
Expand All @@ -59,7 +58,6 @@

.p-Widget.dialogOverlay .dialogContent {
display: flex;
flex-grow: 2;
flex-direction: column;
align-items: stretch;
position: relative;
Expand Down

0 comments on commit 9fd7735

Please sign in to comment.