From 2367ff6b25b3f0e3482a8d9934d7054482572092 Mon Sep 17 00:00:00 2001
From: Robin Leber <rleber98@gmail.com>
Date: Wed, 26 Jun 2024 19:02:29 +0200
Subject: [PATCH] fix: styling warning icon

---
 src/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css
index 9897965..cf9b552 100644
--- a/src/style.css
+++ b/src/style.css
@@ -269,7 +269,7 @@
 
 #Diagram #Warning {
   position: absolute;
-  left: -18px;
+  left: -12px;
   top: -6px;
   color: red;
 }
-- 
GitLab