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)"; + } + } } } }