Skip to content

Commit

Permalink
testing: fix text centering in filter (#192017)
Browse files Browse the repository at this point in the history
Fixes #182648
  • Loading branch information
connor4312 authored Sep 1, 2023
1 parent 0ee7a57 commit a6808a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
));
}

Expand Down

0 comments on commit a6808a1

Please sign in to comment.