Merge branch 'main' into v14/feature/allow-dynamic-import-of-icon
This commit is contained in:
@@ -130,6 +130,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
#label {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
:hover #icon-lock {
|
||||
background: var(--uui-color-surface-emphasis);
|
||||
}
|
||||
|
||||
@@ -30,6 +30,12 @@ export class UmbMediaTreeItemElement extends UmbTreeItemElementBase<UmbMediaTree
|
||||
#icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#label {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user