From a2cb9c5450ed9b10528805d0ff3f2456e4d0bcb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Dupr=C3=A9?= <ant.dupre@gmail.com>
Date: Wed, 17 May 2023 01:13:21 +0200
Subject: [PATCH] fix: margin top locations name

---
 src/widjets-display-territory-tzcld.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/widjets-display-territory-tzcld.js b/src/widjets-display-territory-tzcld.js
index 1f8b25c..e89fb2e 100644
--- a/src/widjets-display-territory-tzcld.js
+++ b/src/widjets-display-territory-tzcld.js
@@ -91,7 +91,7 @@ import("./utils.js").then((utils) => {
 
               render +=  `<div class="segment half padding-left-xxlarge padding-right-xxlarge margin-top-xxlarge margin-bottom-xxlarge">`;
               if(await job.name !="") {
-                  render +=  `<h3 class="position text-medium text-color-secondary text-xlarge">${await job.name}</h3>`;
+                  render +=  `<h3 class="position text-medium text-color-secondary text-xlarge margin-top-none">${await job.name}</h3>`;
               } else {
 
               }
-- 
GitLab