mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +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("src", "api/navbar");
|
||||
icon.style.width = "var(--icon-width)";
|
||||
icon.style.height = "var(--icon-width)";
|
||||
return icon;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user