1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

fix button width issue

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-28 15:49:34 +02:00
parent 94a398bb41
commit c0f19c0b93

View file

@ -33,7 +33,7 @@
{/each}
</div>
{#if !readOnly}
<Button secondary thin outline on:click={addEntry}>Add</Button>
<div><Button secondary thin outline on:click={addEntry}>Add</Button></div>
{/if}
<style>