From 757b86bf3369a5047da0155e3971e7ee360f4bb9 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 8 Jun 2022 01:52:34 +0000 Subject: [PATCH] * Finish task #56379. --- module/kanban/css/space.css | 1 + module/kanban/view/space.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/kanban/css/space.css b/module/kanban/css/space.css index 90577df686..8eabd3cb10 100644 --- a/module/kanban/css/space.css +++ b/module/kanban/css/space.css @@ -9,6 +9,7 @@ .space .table-empty-tip {padding: 40px 10px;} .space .spaceTitle.pull-left {overflow: hidden; white-space: nowrap; max-width: calc(100% - 150px)} .desc-style {font-size: 13px; color: #838A9D; margin: -5px 0 5px 18px;} +.menu-style {margin-left: -25px; min-width: 80px} .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 bd42d1074a..a4c478d57c 100644 --- a/module/kanban/view/space.html.php +++ b/module/kanban/view/space.html.php @@ -54,7 +54,7 @@ status != 'closed' and $browseType != 'involved' and !empty($unclosedSpace)) common::printLink('kanban', 'create', "spaceID={$space->id}&type={$space->type}", ' ' . $lang->kanban->create, '', "class='iframe' data-width='75%'", '', true);?>
kanban->setting;?> -