Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui/ux: fix bug induced by PR #12604 #12622

Merged
merged 9 commits into from
Jun 14, 2023
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