Update style for add-replication-rule page (#19100)

1. Fixes #19098

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2023-08-04 14:12:15 +08:00 committed by GitHub
parent 8c23bcdc54
commit f8cf772d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View File

@ -645,7 +645,7 @@
</div> </div>
</div> </div>
<div <div
class="clr-checkbox-wrapper clr-form-control mt-0" class="clr-checkbox-wrapper mt-0"
[hidden]="isNotEventBased()"> [hidden]="isNotEventBased()">
<input <input
type="checkbox" type="checkbox"
@ -653,9 +653,13 @@
[checked]="false" [checked]="false"
id="ruleDeletion" id="ruleDeletion"
formControlName="deletion" /> formControlName="deletion" />
<label for="ruleDeletion">{{ <label
'REPLICATION.DELETE_REMOTE_IMAGES' | translate class="clr-control-label event-label"
}}</label> for="ruleDeletion"
>{{
'REPLICATION.DELETE_REMOTE_IMAGES' | translate
}}</label
>
</div> </div>
</div> </div>
</div> </div>

View File

@ -351,3 +351,7 @@ clr-modal {
.cron-input { .cron-input {
width: 12rem; width: 12rem;
} }
.event-label {
width: unset;
}