Paddings when no configs
This commit is contained in:
parent
de5042253f
commit
e3c560e0c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue