We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f776fed commit 0aca34bCopy full SHA for 0aca34b
src/vs/workbench/contrib/search/browser/searchFindInput.ts
@@ -59,7 +59,7 @@ export class SearchFindInput extends ContextScopedFindInput {
59
this.setAdditionalToggles([this._aiButton]);
60
61
62
- this.inputBox.paddingRight = (this.caseSensitive?.width() ?? 0) + (this.wholeWords?.width() ?? 0) + (this.regex?.width() ?? 0) + this._findFilter.width + (this._aiButton?.width() ?? 0);
+ this.inputBox.paddingRight = (this.caseSensitive?.width() ?? 0) + (this.wholeWords?.width() ?? 0) + (this.regex?.width() ?? 0) + this._findFilter.width;
63
64
this.controls.appendChild(this._findFilter.container);
65
this._findFilter.container.classList.add('monaco-custom-toggle');
0 commit comments