mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 07:28:43 +01:00
Fix select apps drop down not being aligned with other fields in infolog and generally in all apps
This commit is contained in:
parent
d63de2aaed
commit
4fab7c1aaf
@ -60,6 +60,7 @@ export class Et2LinkAppSelect extends SlotMixin(Et2Select)
|
|||||||
icon.setAttribute("slot", "prefix");
|
icon.setAttribute("slot", "prefix");
|
||||||
icon.setAttribute("src", "api/navbar");
|
icon.setAttribute("src", "api/navbar");
|
||||||
icon.style.width = "var(--icon-width)";
|
icon.style.width = "var(--icon-width)";
|
||||||
|
icon.style.height = "var(--icon-width)";
|
||||||
return icon;
|
return icon;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user