Et2Tree: Fix unneeded ellipsis in item label

This commit is contained in:
nathan 2024-08-27 13:46:45 -06:00
parent d1726937f7
commit 0465465fb2

View File

@ -247,6 +247,7 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement) implements Fin
::part(label) {
overflow: hidden;
flex: 1 1 auto;
}
::part(label):hover {