Skip to content

Commit 24d9e0e

Browse files
Merge pull request #2823 from JaySoni1/WEB-426-checkbox-alignment-issue-in-bulk-loan-reassignment-ui
WEB-426 Checkbox Alignment Issue in Bulk Loan Reassignment UI
2 parents 753b623 + 7699018 commit 24d9e0e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/app/system/manage-hooks/create-hook/create-hook.component.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
<strong>{{ 'labels.commons.required' | translate }}</strong>
2525
</mat-error>
2626
</mat-form-field>
27-
28-
<div class="is-active-wrapper">
29-
<mat-checkbox class="is-active flex-10" labelPosition="before" formControlName="isActive">
30-
{{ 'labels.inputs.Is Active' | translate }}?
31-
</mat-checkbox>
32-
</div>
3327
</div>
3428

3529
<div class="layout-row-wrap responsive-column gap-4percent">
@@ -107,13 +101,15 @@
107101

108102
<br />
109103

110-
<div class="layout-row-wrap responsive-column">
104+
<div class="layout-row-wrap responsive-column align-center">
111105
<p class="mat-title flex-20">{{ 'labels.inputs.Events' | translate }}<span class="red">*</span></p>
112-
113106
<button mat-raised-button class="AddEventButton flex-20" type="button" color="primary" (click)="addEvent()">
114107
<fa-icon icon="plus" class="m-r-10"></fa-icon>
115108
{{ 'labels.buttons.Add' | translate }} {{ 'labels.inputs.Events' | translate }}
116109
</button>
110+
<mat-checkbox class="is-active flex-10 m-l-20" labelPosition="before" formControlName="isActive">
111+
{{ 'labels.inputs.Is Active' | translate }}?
112+
</mat-checkbox>
117113
</div>
118114

119115
<table mat-table [dataSource]="dataSource" matSort>

0 commit comments

Comments
 (0)