This commit is contained in:
Yuri Kuznetsov
2022-11-14 12:45:27 +02:00
parent dfea8470d1
commit 6f6c08f9a3
+3 -1
View File
@@ -3020,6 +3020,7 @@ table.table-admin-panel {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
.folder-icon {
margin-right: 3px;
@@ -3041,7 +3042,7 @@ table.table-admin-panel {
user-select: none;
.category-item-name {
user-select: text;
//user-select: text;
}
}
}
@@ -3059,6 +3060,7 @@ table.table-admin-panel {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
user-select: none;
}
.left-container + .list-container > .list[data-scope="Email"] {