Skip to content
Snippets Groups Projects
Unverified Commit 1391ceb9 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Fix bordure des dispositifs avec variables liées

parent 7094f475
Branches
No related tags found
No related merge requests found
Pipeline #19603 passed
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<!--Indentation pour chaque niveau de l'arbre, illustré par une bordure--> <!--Indentation pour chaque niveau de l'arbre, illustré par une bordure-->
{#each iterToDepth(depth)} {#each iterToDepth(depth)}
<div <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 && decomposition.name !== displayMode.parametersVariableName &&
!( !(
displayMode.parametersVariableName && displayMode.parametersVariableName &&
...@@ -80,9 +80,7 @@ ...@@ -80,9 +80,7 @@
? "border-gray-400" ? "border-gray-400"
: "border-black" : "border-black"
}`} }`}
> ></div>
&nbsp;
</div>
{/each} {/each}
<div <div
class="w-full border-dashed border-black" class="w-full border-dashed border-black"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment