Fix size of Et2DropdownButton entry icons

non-icon images were incorrect size
This commit is contained in:
nathan 2024-10-22 10:26:45 -06:00
parent 226c715cb1
commit 8a145744a1

View File

@ -65,6 +65,10 @@ export class Et2DropdownButton extends Et2WidgetWithSelectMixin(LitElement)
#main {
flex: 1 1 auto;
}
et2-image {
width: 1em;
}
`,
];
}