diff --git a/src/lib/components/impacts_view/test_cases_view/test_case_selected/PaySlipView.svelte b/src/lib/components/impacts_view/test_cases_view/test_case_selected/PaySlipView.svelte
index c0ed15e8e30974db5371cfbcb0094c3c2330af52..067133a29d5f2432ebf74a5ebc755e1fd8c7caa2 100644
--- a/src/lib/components/impacts_view/test_cases_view/test_case_selected/PaySlipView.svelte
+++ b/src/lib/components/impacts_view/test_cases_view/test_case_selected/PaySlipView.svelte
@@ -361,7 +361,7 @@
                       <!--Indentation pour chaque niveau de l'arbre, illustré par une bordure-->
                       {#each iterToDepth(depth)}
                         <div
-                          class={`min-h-full border-l-2 bg-white pl-1 pr-2 ${
+                          class={`min-h-full border-l-2 bg-white pr-3 ${
                             decomposition.name !==
                               displayMode.parametersVariableName &&
                             !(
@@ -375,9 +375,7 @@
                               ? "border-gray-400"
                               : "border-black"
                           }`}
-                        >
-                          &nbsp;
-                        </div>
+                        ></div>
                       {/each}
                       <!--Si la variable est obsolète, ou que sa date de relecture est inconnue ou trop ancienne, un picto attention est affiché -->
                       {#if decomposition.obsolete || decomposition.last_value_still_valid_on === undefined || decomposition.last_value_still_valid_on < (new Date().getFullYear() - 2).toString()}
@@ -448,7 +446,7 @@
                       <!--Indentation pour chaque niveau de l'arbre, illustré par une bordure-->
                       {#each iterToDepth(depth)}
                         <div
-                          class={`min-h-full border-l-2 bg-white pl-1 pr-2 ${
+                          class={`min-h-full border-l-2 bg-white pr-3 ${
                             decomposition.name !==
                               displayMode.parametersVariableName &&
                             !(
@@ -462,9 +460,7 @@
                               ? "border-gray-400"
                               : "border-black"
                           }`}
-                        >
-                          &nbsp;
-                        </div>
+                        ></div>
                       {/each}
                       <button
                         class="cursor-pointer overflow-x-hidden text-ellipsis text-left font-serif hover:z-20 hover:overflow-x-visible hover:bg-white hover:bg-opacity-90 hover:text-le-gris-dispositif-dark hover:underline"