Skip to content

Commit

Permalink
Fix #75187, reduce width of find widget text
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jun 11, 2019
1 parent 27c448d commit 94b23bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/workbench/browser/media/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1229,4 +1229,9 @@ body[data-exploration="icon-exploration"] .monaco-editor .margin-view-overlays .

body[data-exploration="icon-exploration"] .monaco-editor .margin-view-overlays .folding.collapsed {
-webkit-mask-image: url("images/misc/unfold-alt1.svg");
}

body[data-exploration="icon-exploration"] .monaco-editor .find-widget .matchesCount {
margin-right: 0;
padding-right: 0;
}

0 comments on commit 94b23bc

Please sign in to comment.