From 8bc54aeb8700da2a9d66c5d34d22c7c6c1b45716 Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Tue, 26 Sep 2023 11:22:57 +0200
Subject: [PATCH] fix: responsive add margin-top other contacts usernames

---
 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 b3828f6..60a845f 100644
--- a/src/widjets-display-territory-tzcld.js
+++ b/src/widjets-display-territory-tzcld.js
@@ -389,7 +389,7 @@ import("./utils.js").then((utils) => {
         class-segment5="segment full padding-none padding-top-xsmall text-left whitespace-normal" 
         class-member-picture="segment avatar-wrapper" 
         class-user.account.picture="avatar medium" 
-        class-user.name="block margin-top-xsmall margin-bottom-xxsmall text-xlarge text-bold text-color-heading whitespace-normal"
+        class-user.name="block margin-top-xlarge margin-bottom-xxsmall text-xlarge text-bold text-color-heading whitespace-normal"
         class-user="user-actions"
         
         widget-user.account.picture="orbit-user-avatar" 
-- 
GitLab