diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 45f683c2a4..a6a1eab4fa 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -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"] {