Skip to content

Commit

Permalink
Update style for add-replication-rule page (#19100)
Browse files Browse the repository at this point in the history
1. Fixes #19098

Signed-off-by: AllForNothing <[email protected]>
  • Loading branch information
AllForNothing authored Aug 4, 2023
1 parent 8c23bcd commit f8cf772
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,17 +645,21 @@ <h3 class="modal-title">{{ headerTitle | translate }}</h3>
</div>
</div>
<div
class="clr-checkbox-wrapper clr-form-control mt-0"
class="clr-checkbox-wrapper mt-0"
[hidden]="isNotEventBased()">
<input
type="checkbox"
class="clr-checkbox"
[checked]="false"
id="ruleDeletion"
formControlName="deletion" />
<label for="ruleDeletion">{{
'REPLICATION.DELETE_REMOTE_IMAGES' | translate
}}</label>
<label
class="clr-control-label event-label"
for="ruleDeletion"
>{{
'REPLICATION.DELETE_REMOTE_IMAGES' | translate
}}</label
>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,7 @@ clr-modal {
.cron-input {
width: 12rem;
}

.event-label {
width: unset;
}

0 comments on commit f8cf772

Please sign in to comment.