mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 07:09:53 +01:00
Merge pull request #60154 from Microsoft/misolori/responsive-find-widget
Increase max-width for find-widget in narrow view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user