diff --git a/module/kanban/css/space.css b/module/kanban/css/space.css index 8eabd3cb10..32b8bd052b 100644 --- a/module/kanban/css/space.css +++ b/module/kanban/css/space.css @@ -8,8 +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% - 150px)} -.desc-style {font-size: 13px; color: #838A9D; margin: -5px 0 5px 18px;} -.menu-style {margin-left: -25px; min-width: 80px} +.spaceDesc {font-size: 13px; color: #838A9D; margin: -5px 0 5px 18px;} +.settingDropdown {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 a4c478d57c..b80fd960eb 100644 --- a/module/kanban/view/space.html.php +++ b/module/kanban/view/space.html.php @@ -47,14 +47,14 @@ name;?> -

desc) ? $lang->kanban->emptyDesc : $space->desc;?>

+

desc) ? $lang->kanban->emptyDesc : $space->desc;?>

status == 'closed' ? 'disabled' : '';?> 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;?> -