Merge pull request #60154 from Microsoft/misolori/responsive-find-widget

Increase max-width for find-widget in narrow view
This commit is contained in:
Miguel Solorio
2018-10-08 10:01:12 -07:00
committed by GitHub
+1 -1
View File
@@ -247,7 +247,7 @@
/* COLLAPSED (SMALLER THAN NARROW) */
.monaco-editor .find-widget.collapsed-find-widget {
max-width: 111px !important;
max-width: 170px !important;
}
.monaco-editor .find-widget.collapsed-find-widget .button.previous,