Skip to content

Commit

Permalink
tree filter: increase height in macOS (#155850)
Browse files Browse the repository at this point in the history
fixes #155575
  • Loading branch information
joaomoreno authored Jul 21, 2022
1 parent 293d9f8 commit cddfa5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/base/browser/ui/tree/media/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
flex: 1;
}

.monaco-tree-type-filter-input .monaco-inputbox {
height: 26px;
}

.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .input,
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .mirror {
padding: 2px;
Expand Down

0 comments on commit cddfa5d

Please sign in to comment.