Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ab3060

Browse files
author
Alberto Iannaccone
committed
fix board list getting small when filtering
1 parent 4d94c72 commit 9ab3060

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎arduino-ide-extension/src/browser/style/boards-config-dialog.css‎

Lines changed: 2 additions & 0 deletions
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 {

‎arduino-ide-extension/src/browser/style/dialogs.css‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /