Skip to content

Commit

Permalink
dialogs: fix regression with input styling (#12622)
Browse files Browse the repository at this point in the history
The commit fixes a regression caused by the responsive input styling pull-request which affected dialogs.
The change reverts the problematic styling, and fixes the responsiveness for the Extensions view.

Signed-off-by: Vlad Arama <[email protected]>
  • Loading branch information
vladarama authored Jun 14, 2023
1 parent 7c230ec commit 21bf931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ blockquote {
}

.theia-input[type="text"] {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Expand Down
1 change: 1 addition & 0 deletions packages/vsx-registry/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}

.theia-vsx-extensions-search-bar .theia-input {
overflow: hidden;
line-height: var(--theia-content-line-height);
flex: 1;
padding-top: calc(var(--theia-ui-padding) / 2);
Expand Down

0 comments on commit 21bf931

Please sign in to comment.