From b3e5563e15ffe639a336cb65d6f7be413e2dc9e0 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 20 Jun 2024 13:15:15 +0200 Subject: [PATCH] dashboard: checklist bubble goes right --- dashboard/src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss index 03db9151d..47d52d4b9 100644 --- a/dashboard/src/theme.scss +++ b/dashboard/src/theme.scss @@ -539,7 +539,7 @@ textarea { justify-content: center; align-items: center; position: absolute; - left: calc(50% - 12px); + right: -12px; top: -12px; font-size: 14px; height: 24px;