From d89952846b2c65c37a80f550d4673199107c6738 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 7 Jun 2022 06:32:08 +0000 Subject: [PATCH 1/4] * Finish task #56381. --- module/kanban/css/space.css | 2 ++ module/kanban/view/space.html.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/module/kanban/css/space.css b/module/kanban/css/space.css index 0af2b80557..97078d4f6a 100644 --- a/module/kanban/css/space.css +++ b/module/kanban/css/space.css @@ -8,6 +8,8 @@ .space .menu {margin-left: 5px; margin-right:5px;} .space .table-empty-tip {padding: 40px 10px;} .space .spaceTitle.pull-left {overflow: hidden; white-space: nowrap; max-width: calc(100% - 255px)} +.font-style {font-size: 16px; font-weight: bold;} +.icon-size {font-size: 16px;} .kanbans > .col {width: 25% !important;} @media screen and (max-width: 1500px) {.kanbans > .col {width: 25%;}} diff --git a/module/kanban/view/space.html.php b/module/kanban/view/space.html.php index c98e90e271..8c738ab215 100644 --- a/module/kanban/view/space.html.php +++ b/module/kanban/view/space.html.php @@ -38,14 +38,14 @@