File tree Expand file tree Collapse file tree
base/browser/ui/findinput
workbench/contrib/terminal/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 width : 100% ;
1414}
1515
16+ .monaco-findInput .monaco-inputbox > .wrapper > .input {
17+ width : 100% !important ;
18+ }
19+
1620.monaco-findInput > .controls {
1721 position : absolute;
1822 top : 3px ;
Original file line number Diff line number Diff line change 7979 height : 25px ;
8080}
8181
82- .monaco-editor .find-widget > .find-part .monaco-inputbox > .wrapper > .input {
83- width : 100% !important ;
84- }
8582.monaco-editor .find-widget > .find-part .monaco-inputbox > .wrapper > .input ,
8683.monaco-editor .find-widget > .replace-part .monaco-inputbox > .wrapper > .input {
8784 padding-top : 2px ;
Original file line number Diff line number Diff line change 3939 flex : 1 ;
4040}
4141
42- .monaco-workbench .simple-find-part .monaco-findInput .monaco-inputbox .wrapper .input {
43- width : 100% !important ;
44- }
45-
4642.monaco-workbench .simple-find-part .button {
4743 min-width : 20px ;
4844 width : 20px ;
Original file line number Diff line number Diff line change 22 * Copyright (c) Microsoft Corporation. All rights reserved.
33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
5-
6- .monaco-workbench .simple-find-part .monaco-inputbox > .wrapper > .input {
7- width : 100% !important ;
8- }
You can’t perform that action at this time.
0 commit comments