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,