Fix select apps drop down not being aligned with other fields in infolog and generally in all apps

This commit is contained in:
Hadi Nategh 2022-08-16 11:38:08 +02:00
parent d63de2aaed
commit 4fab7c1aaf

View File

@ -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;
}
}