mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix size of Et2DropdownButton entry icons
non-icon images were incorrect size
This commit is contained in:
parent
226c715cb1
commit
8a145744a1
@ -65,6 +65,10 @@ export class Et2DropdownButton extends Et2WidgetWithSelectMixin(LitElement)
|
|||||||
#main {
|
#main {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-image {
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user