testing: fix text centering in filter (#192017)

Fixes #182648
This commit is contained in:
Connor Peet
2023-09-01 22:18:17 +02:00
committed by GitHub
parent 0ee7a576b6
commit a6808a1534
@@ -135,7 +135,7 @@ export class TestingExplorerFilter extends BaseActionViewItem {
public layout(width: number) {
this.input.layout(new dom.Dimension(
width - /* horizontal padding */ 24 - /* editor padding */ 8 - /* filter button padding */ 22,
/* line height */ 27 - /* editor padding */ 4,
20, // line height from suggestEnabledInput.ts
));
}