From 4fab7c1aaf59bda295dc8a86c5e5990d215823ce Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 16 Aug 2022 11:38:08 +0200 Subject: [PATCH] Fix select apps drop down not being aligned with other fields in infolog and generally in all apps --- api/js/etemplate/Et2Link/Et2LinkAppSelect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/js/etemplate/Et2Link/Et2LinkAppSelect.ts b/api/js/etemplate/Et2Link/Et2LinkAppSelect.ts index f9adb7e079..ac18f24256 100644 --- a/api/js/etemplate/Et2Link/Et2LinkAppSelect.ts +++ b/api/js/etemplate/Et2Link/Et2LinkAppSelect.ts @@ -60,6 +60,7 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select) icon.setAttribute("slot", "prefix"); icon.setAttribute("src", "api/navbar"); icon.style.width = "var(--icon-width)"; + icon.style.height = "var(--icon-width)"; return icon; } }