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 61f0872 commit 8211dc3Copy full SHA for 8211dc3
src/vs/workbench/contrib/extensions/browser/extensionsViewlet.ts
@@ -575,7 +575,7 @@ export class ExtensionsViewPaneContainer extends ViewPaneContainer implements IE
575
this.root.classList.toggle('mini', dimension.width <= 200);
576
}
577
if (this.searchBox) {
578
- this.searchBox.layout(new Dimension(dimension.width - 34, 20));
+ this.searchBox.layout(new Dimension(dimension.width - 34 - /*padding*/8, 20));
579
580
super.layout(new Dimension(dimension.width, dimension.height - 41));
581
0 commit comments