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
This commit is contained in:
Steve Anderson 2021-10-07 16:39:26 +01:00 committed by GitHub
parent 825f0b0f2a
commit 1c42b8cefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ https://github.com/arduino/arduino-pro-ide/issues/82 */
.component-list-item[min-width~="170px"] .footer {
padding: 5px 5px 0px 0px;
min-height: 26px; /* 21 + 5 from the footer margin top */
min-height: 30px;
display: flex;
flex-direction: row-reverse;
}