Skip to content

Commit ff91c27

Browse files
author
Alberto Iannaccone
committed
fix board list getting small when filtering
1 parent cfd1896 commit ff91c27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 {

Diff for: arduino-ide-extension/src/browser/style/dialogs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989

9090
.p-Widget.dialogOverlay.workspace-input-dialog .dialogBlock {
9191
width: 480px;
92-
}
92+
}

0 commit comments

Comments
 (0)