ui: fix button
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
{#if isFqdnSet}
|
{#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
|
>{loading.remove ? $t('forms.removing') : $t('forms.remove_domain')}</button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
|
Reference in New Issue
Block a user