ui: Fix spinner size on apply button

This commit is contained in:
Pierre-Olivier Mercier 2021-10-27 09:57:45 +02:00
parent 84458c0b48
commit e93e838ccd

View File

@ -150,7 +150,7 @@
{{ $t('common.cancel') }}
</b-button>
<b-button variant="success" :disabled="propagationInProgress || zoneDiff === null || selectedDiff.length === 0" @click="ok()">
<b-spinner v-if="propagationInProgress" label="Spinning" />
<b-spinner v-if="propagationInProgress" label="Spinning" small />
{{ $t('domains.apply.button') }}
</b-button>
</div>