File tree 2 files changed +7
-1
lines changed
arduino-ide-extension/src/browser
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ export class SelectBoardDialog extends AbstractDialog<BoardAndPortSelection> {
26
26
this . dialogPanel = new Panel ( ) ;
27
27
this . dialogPanel . addWidget ( this . widget ) ;
28
28
29
+ this . contentNode . classList . add ( 'select-board-dialog' ) ;
30
+
29
31
this . toDispose . push ( this . widget . onChanged ( ( ) => this . update ( ) ) ) ;
30
32
this . toDispose . push ( this . dialogPanel ) ;
31
33
Original file line number Diff line number Diff line change @@ -85,14 +85,18 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
85
85
overflow-y : auto;
86
86
}
87
87
88
+ # select-board-dialog .selectBoardContainer .body .boards .list {
89
+ min-height : 265px ;
90
+ }
91
+
88
92
# select-board-dialog .selectBoardContainer .body .search {
89
93
margin-bottom : 10px ;
90
94
display : flex;
91
95
align-items : center;
92
96
padding-right : 5px ;
93
97
}
94
98
95
- .p-Widget .dialogOverlay .dialogBlock {
99
+ .p-Widget .dialogOverlay .dialogContent . select-board-dialog {
96
100
width : 740px ;
97
101
}
98
102
You can’t perform that action at this time.
0 commit comments