From a90182a7b1c2f4578a01a045bafa59f5db57ddb5 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 4 Feb 2022 12:06:48 +0200 Subject: [PATCH] fix css kanban --- frontend/less/espo/custom.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c2939c3dff..80b7670dbf 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -526,6 +526,12 @@ div.list-kanban > div > table { text-overflow: ellipsis; white-space: nowrap; } + + &:hover { + .kanban-group-label { + max-width: ~"calc(100% - 30px)"; + } + } } } }