From b65f64fff7876471fc016faacc98e1c25a582672 Mon Sep 17 00:00:00 2001 From: Steve Anderson Date: Thu, 27 May 2021 14:06:38 +0100 Subject: [PATCH] Footer min-height for library and board manager Increase the `min-height` from 26px to 30px to prevent the list items from changing height when mousing over them --- arduino-ide-extension/src/browser/style/list-widget.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-ide-extension/src/browser/style/list-widget.css b/arduino-ide-extension/src/browser/style/list-widget.css index ab65b4f03..31ceb297e 100644 --- a/arduino-ide-extension/src/browser/style/list-widget.css +++ b/arduino-ide-extension/src/browser/style/list-widget.css @@ -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; }