diff --git a/src/widjets-display-territory-tzcld.js b/src/widjets-display-territory-tzcld.js index 1f8b25c307b46b58bd6e92edb02d832cff23c0ea..e89fb2e7bcd206d8dc47edae36b016b891a938e8 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 { }