From 236ffe6056aa262a7bd84afd17a82e28f6e7079d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 18 Jan 2022 15:40:54 +0800 Subject: [PATCH] * Fix bug #18666. --- module/kanban/view/viewarchivedcard.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/kanban/view/viewarchivedcard.html.php b/module/kanban/view/viewarchivedcard.html.php index cf7acfd42c..f8183d39bd 100644 --- a/module/kanban/view/viewarchivedcard.html.php +++ b/module/kanban/view/viewarchivedcard.html.php @@ -22,6 +22,7 @@ #archivedCards .kanban-item > .info > .user {position: absolute; right: 0; top: 0} #archivedCards .card-actions {position: relative; padding: 15px 10px; padding-top: 0px;} #archivedCards .card-actions > .btn {display: block;} +[lang^='en'] #archivedCards .card-actions > .btn {width: 55px;} #archivedCards .card-actions > .btn + .btn {margin-top: 10px;} #archivedCards .info > .time {background-color: rgba(0, 0, 0, 0.15);} #archivedCards .info > .users > span {display: inline-block; color: transparent; width: 2px; height: 2px; background-color: #8990a2; position:sticky; top: 3px; margin: 0 7px; border-radius: 50%; line-height: 32px;}