We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58ed4e commit 3389079Copy full SHA for 3389079
src/packages/documents/documents/tree/tree-item/document-tree-item.element.ts
@@ -118,6 +118,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
118
vertical-align: middle;
119
}
120
121
+ #label {
122
+ white-space: nowrap;
123
+ overflow: hidden;
124
+ text-overflow: ellipsis;
125
+ }
126
+
127
#state-icon {
128
position: absolute;
129
bottom: -5px;
@@ -130,12 +136,6 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
130
136
line-height: 14px;
131
137
132
138
133
- #label {
134
- white-space: nowrap;
135
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
139
:hover #state-icon {
140
background: var(--uui-color-surface-emphasis);
141
0 commit comments