File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
arduino-ide-extension/src/browser Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export class SettingsDialog extends AbstractDialog<Promise<Settings>> {
6363 protected override readonly props : SettingsDialogProps
6464 ) {
6565 super ( props ) ;
66- this . node . classList . add ( 'arduino-settings-dialog-container' ) ;
66+ this . node . id = 'arduino-settings-dialog-container' ;
6767 this . contentNode . classList . add ( 'arduino-settings-dialog' ) ;
6868 this . appendCloseButton (
6969 nls . localize ( 'vscode/issueMainService/cancel' , 'Cancel' )
Original file line number Diff line number Diff line change 1- . arduino-settings-dialog-container > .dialogBlock {
2- width : calc ( 100 % - 96 px ) ;
1+ # arduino-settings-dialog-container > .dialogBlock {
2+ height : 531 px ; ;
33 max- width: 740px !important ;
4+ width: calc(100% - 96px);
5+ }
6+
7+ # arduino-settings-dialog-container > .dialogBlock > .dialogContent {
8+ justify-content : flex-start;
49}
510
611.arduino-settings-dialog .content {
You can’t perform that action at this time.
0 commit comments