Skip to content

Commit 3389079

Browse files
committed
clean up
1 parent e58ed4e commit 3389079

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
118118
vertical-align: middle;
119119
}
120120
121+
#label {
122+
white-space: nowrap;
123+
overflow: hidden;
124+
text-overflow: ellipsis;
125+
}
126+
121127
#state-icon {
122128
position: absolute;
123129
bottom: -5px;
@@ -130,12 +136,6 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
130136
line-height: 14px;
131137
}
132138
133-
#label {
134-
white-space: nowrap;
135-
overflow: hidden;
136-
text-overflow: ellipsis;
137-
}
138-
139139
:hover #state-icon {
140140
background: var(--uui-color-surface-emphasis);
141141
}

0 commit comments

Comments
 (0)