File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
arduino-ide-extension/src/browser/style Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
68
68
display : flex;
69
69
flex-direction : column;
70
70
max-height : 100% ;
71
+ height : 100% ;
71
72
}
72
73
73
74
# select-board-dialog .selectBoardContainer .left .container .content {
@@ -136,6 +137,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
136
137
# select-board-dialog .selectBoardContainer .list {
137
138
max-height : 200px ;
138
139
overflow-y : auto;
140
+ flex : 1 ;
139
141
}
140
142
141
143
# select-board-dialog .selectBoardContainer .ports .list {
Original file line number Diff line number Diff line change 89
89
90
90
.p-Widget .dialogOverlay .workspace-input-dialog .dialogBlock {
91
91
width : 480px ;
92
- }
92
+ }
You can’t perform that action at this time.
0 commit comments