From d0e9798389292c7f869ac325335ff1c9a415e549 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 7 Sep 2025 12:17:00 +0300 Subject: [PATCH] css fix --- frontend/less/espo/misc/kanban.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/misc/kanban.less b/frontend/less/espo/misc/kanban.less index 4ecad1b70f..d599348c99 100644 --- a/frontend/less/espo/misc/kanban.less +++ b/frontend/less/espo/misc/kanban.less @@ -30,12 +30,16 @@ div.list-kanban > div > table { .create-button { float: right; position: relative; - right: 10px; + right: var(--10px); color: var(--text-white-color); &:hover, &:active { color: var(--text-white-color); } + + > .fas { + vertical-align: middle; + } } border-radius: var(--border-radius);