From 53fbf25f17d418057a83e3fbc7ca3f0d003fa35d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 14 Jan 2022 15:18:56 +0800 Subject: [PATCH] * Adjust css of kanban view. --- module/execution/css/kanban.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/css/kanban.css b/module/execution/css/kanban.css index e0d971936f..c5534c0daa 100644 --- a/module/execution/css/kanban.css +++ b/module/execution/css/kanban.css @@ -78,7 +78,7 @@ #kanbanScaleControl > .input-group-btn:first-child > .btn {border-radius: 16px 0 0 16px; border-right-color: transparent;} #kanbanScaleControl > .input-group-btn:last-child > .btn {border-radius: 0 16px 16px 0; border-left-color: transparent;} #kanbanScaleControl > .input-group-btn > .btn:hover {border-color: #b8bfce;} -#kanbanActionMenu {top: 24px; right: 80px;} +#kanbanActionMenu {top: 24px; right: auto;} .kanban + .kanban {margin-top: 15px} .kanban-card > .title {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}