Layout should be more condensed for places where no conditions are applied to edges
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3578735. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) Related to !63 !62 !61 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The vertical gap between nodes is currently always large enough so that a condition would always fit in between. This wastes a lot of real estate and needs a more compact approach.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Reduce the vertical gap by 60%. And if a condition gets applied, move the rest of the tree below the new condition down so that it fits into the space between the 2 nodes easily.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>We should also discuss if conditions get a different shape, i.e. make them less wide and also reduce their height. But that's not decided yet.</p> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue