From b2cff31389ae97361df242b2626d31e2bd64943d Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 8 Jun 2022 06:41:28 +0000 Subject: [PATCH] * Finish task #56379. --- module/kanban/css/space.css | 2 +- module/kanban/view/space.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/kanban/css/space.css b/module/kanban/css/space.css index 32b8bd052b..a5e7c3e778 100644 --- a/module/kanban/css/space.css +++ b/module/kanban/css/space.css @@ -9,7 +9,7 @@ .space .table-empty-tip {padding: 40px 10px;} .space .spaceTitle.pull-left {overflow: hidden; white-space: nowrap; max-width: calc(100% - 150px)} .spaceDesc {font-size: 13px; color: #838A9D; margin: -5px 0 5px 18px;} -.settingDropdown {margin-left: -25px; min-width: 80px} +#more .setting {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 b80fd960eb..198f59780b 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;?> -