1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +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} {/each}
</div> </div>
{#if !readOnly} {#if !readOnly}
<Button secondary thin outline on:click={addEntry}>Add</Button> <div><Button secondary thin outline on:click={addEntry}>Add</Button></div>
{/if} {/if}
<style> <style>