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[]> {
155155
156156 this . textArea = document . createElement ( 'textarea' ) ;
157157 this . textArea . className = 'theia-input' ;
158- this . textArea . setAttribute ( 'style' , 'flex: 0;' ) ;
159158 this . textArea . value = urls
160159 . filter ( ( url ) => url . trim ( ) )
161160 . filter ( ( url ) => ! ! url )
Original file line number Diff line number Diff line change 8888}
8989
9090.additional-urls-dialog textarea {
91- width : 100 % ;
91+ resize : none ;
9292}
9393
9494.p-Widget .dialogOverlay .dialogBlock .dialogContent .additional-urls-dialog {
95- display : block ;
95+ display : flex ;
9696 overflow : hidden;
97+ padding : 0 1px ;
98+ margin : 0 -1px ;
9799}
You can’t perform that action at this time.
0 commit comments