Skip to content

Commit eeb1664

Browse files
committed
Document
1 parent 631a217 commit eeb1664

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/packages/documents/documents/tree/tree-item/document-tree-item.element.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
130130
line-height: 14px;
131131
}
132132
133+
#label {
134+
white-space: nowrap;
135+
overflow: hidden;
136+
text-overflow: ellipsis;
137+
}
138+
133139
:hover #icon-lock {
134140
background: var(--uui-color-surface-emphasis);
135141
}

0 commit comments

Comments
 (0)