From ae99db15f2ad23e83755901d79e601f00e008971 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Thu, 23 Dec 2021 14:40:41 +0800 Subject: [PATCH] *Code english title wrap. --- module/kanban/css/view.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/css/view.css b/module/kanban/css/view.css index 6010623f97..2911b2484c 100644 --- a/module/kanban/css/view.css +++ b/module/kanban/css/view.css @@ -80,6 +80,7 @@ .region .kanban-item .item-more {position: absolute; right: 6px; top: 0px;} .kanban-card {height: auto !important; padding: 8px 14px !important} +.kanban-card > .title {word-break: break-all;} .kanban-card > .info {position: relative; margin-top: 5px} .kanban-card > .info > .info + .info {margin-left: 8px} .kanban-card:hover > .actions {opacity: 1;}