Fix #75187, reduce width of find widget text

This commit is contained in:
Miguel Solorio 2019-06-11 10:55:16 -07:00
parent 27c448d032
commit 94b23bc6c4

View file

@ -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;
}