From 91d81773bcb070cac40f4e4a9d068130bb6111b8 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 26 Oct 2022 12:29:40 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index a5b8465f5e..746c0857cf 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1584,6 +1584,14 @@ section { .list > table { table-layout: fixed; + + > thead > tr> th { + user-select: text; + + a[role="button"]:not(.selectable) { + user-select: text; + } + } } .list > table td,