Paddings when no configs

This commit is contained in:
Adria Navarro 2025-03-14 12:50:42 +01:00
parent de5042253f
commit e3c560e0c0
1 changed files with 17 additions and 15 deletions

View File

@ -65,6 +65,7 @@
Basic (Username & Password Authentication)
</Body>
{#if authConfigs.length}
<div class="auth-options">
<ActionGroup vertical compact>
<!-- Hack to first config margin to not work as expected -->
@ -80,6 +81,7 @@
{/each}
</ActionGroup>
</div>
{/if}
<div>
<Button secondary icon="Add" on:click={addBasicConfiguration}
>Add Basic</Button