Skip to content

Commit

Permalink
style: quick input box fix 1/2
Browse files Browse the repository at this point in the history
Work in progess here, hopefully first step of 2.

Signed-off-by: FernandoAscencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio committed Jan 20, 2023
1 parent bf600d7 commit e095b96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@

/* Monaco Quick Input */
.quick-input-widget {
width: 600px !important;
margin-left: -300px !important;
width: 40vw !important;
min-width: 300px;
margin-left: min(-20vw,-150px) !important;
background-color: var(--theia-quickInput-background) !important;
color: var(--theia-foreground) !important;
}
Expand Down

0 comments on commit e095b96

Please sign in to comment.