From 6f6c08f9a33cdfaa014fe4a186dcaf3069c07a1e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 14 Nov 2022 12:45:27 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"] {