Skip to content

Commit 1c42b8c

Browse files
Footer min-height for library and board manager (#392)
Increase the `min-height` from 26px to 30px to prevent the list items from changing height when mousing over them
1 parent 825f0b0 commit 1c42b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ https://github.com/arduino/arduino-pro-ide/issues/82 */
113113

114114
.component-list-item[min-width~="170px"] .footer {
115115
padding: 5px 5px 0px 0px;
116-
min-height: 26px; /* 21 + 5 from the footer margin top */
116+
min-height: 30px;
117117
display: flex;
118118
flex-direction: row-reverse;
119119
}

0 commit comments

Comments
 (0)