ui: fix button

This commit is contained in:
Andras Bacsai 2022-09-26 18:57:24 +00:00
parent 8b8566251e
commit 3f5fd23955

View File

@ -216,7 +216,7 @@
>
{#if isFqdnSet}
<button on:click|preventDefault={removeFqdn} disabled={loading.remove} class="btn"
<button on:click|preventDefault={removeFqdn} disabled={loading.remove} class="btn btn-sm"
>{loading.remove ? $t('forms.removing') : $t('forms.remove_domain')}</button
>
{/if}