remove inline style in Checkbox
This commit is contained in:
@@ -249,7 +249,7 @@ defineExpose({
|
||||
:form-error="formError"
|
||||
:import-only="true" />
|
||||
|
||||
<Checkbox style="padding-top: 12px" v-model="encrypted" :label="$t('backups.configureBackupStorage.usesEncryption')"/>
|
||||
<Checkbox v-model="encrypted" :label="$t('backups.configureBackupStorage.usesEncryption')"/>
|
||||
<FormGroup v-if="encrypted">
|
||||
<label for="encryptionPassswordInput">{{ $t('backups.configureBackupStorage.encryptionPassword') }}</label>
|
||||
<PasswordInput id="encryptionPassswordInput" v-model="encryptionPassword" :placeholder="$t('backups.configureBackupStorage.encryptionPasswordPlaceholder')" required/>
|
||||
|
||||
Reference in New Issue
Block a user