Skip to content

Commit 60819f1

Browse files
author
Alberto Iannaccone
committed
fix board list getting small when filtering
1 parent a3dc856 commit 60819f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: arduino-ide-extension/src/browser/style/boards-config-dialog.css

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
6868
display: flex;
6969
flex-direction: column;
7070
max-height: 100%;
71+
height: 100%;
7172
}
7273

7374
#select-board-dialog .selectBoardContainer .left.container .content {
@@ -136,6 +137,7 @@ div#select-board-dialog .selectBoardContainer .list .item.selected i {
136137
#select-board-dialog .selectBoardContainer .list {
137138
max-height: 200px;
138139
overflow-y: auto;
140+
flex: 1;
139141
}
140142

141143
#select-board-dialog .selectBoardContainer .ports.list {

0 commit comments

Comments
 (0)