Skip to content

Commit

Permalink
Remove erroneous dialog min-height styling (eclipse-theia#12662)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jun 29, 2023
1 parent 77c80d5 commit 6e07902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit 6e07902

Please sign in to comment.