File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
arduino-ide-extension/src/browser Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ export class AdditionalUrlsDialog extends AbstractDialog<string[]> {
155
155
156
156
this . textArea = document . createElement ( 'textarea' ) ;
157
157
this . textArea . className = 'theia-input' ;
158
- this . textArea . setAttribute ( 'style' , 'flex: 0;' ) ;
159
158
this . textArea . value = urls
160
159
. filter ( ( url ) => url . trim ( ) )
161
160
. filter ( ( url ) => ! ! url )
Original file line number Diff line number Diff line change 88
88
}
89
89
90
90
.additional-urls-dialog textarea {
91
- width : 100 % ;
91
+ resize : none ;
92
92
}
93
93
94
94
.p-Widget .dialogOverlay .dialogBlock .dialogContent .additional-urls-dialog {
95
- display : block ;
95
+ display : flex ;
96
96
overflow : hidden;
97
+ padding : 0 1px ;
98
+ margin : 0 -1px ;
97
99
}
You can’t perform that action at this time.
0 commit comments