File tree 2 files changed +8
-3
lines changed
arduino-ide-extension/src/browser
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>> {
63
63
protected override readonly props : SettingsDialogProps
64
64
) {
65
65
super ( props ) ;
66
- this . node . classList . add ( 'arduino-settings-dialog-container' ) ;
66
+ this . node . id = 'arduino-settings-dialog-container' ;
67
67
this . contentNode . classList . add ( 'arduino-settings-dialog' ) ;
68
68
this . appendCloseButton (
69
69
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 ; ;
3
3
max- width: 740px !important ;
4
+ width: calc(100% - 96px);
5
+ }
6
+
7
+ # arduino-settings-dialog-container > .dialogBlock > .dialogContent {
8
+ justify-content : flex-start;
4
9
}
5
10
6
11
.arduino-settings-dialog .content {
You can’t perform that action at this time.
0 commit comments