Skip to content

Commit 456fd48

Browse files
authored
Merge pull request #55 from assureclaims/feature/RMA-92116
feature/RMA-92116: checkin on behalf of vishal
2 parents 5a8774a + 92d34ef commit 456fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-crud-table/dxc-crud-cell-render/dxc-crud-cell-render.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="javascript:void(0);" class="mat-icon material-icons position-relative float-left mr-2" role="checkbox"
1+
<a href="javascript:void(0);" class="mat-icon material-icons position-relative float-left mr-3" role="checkbox"
22
[attr.aria-checked]="rowData.isSelected" *ngIf="isFirst && rowSelection != 'none'" [matTooltip]="resource.selectRow?.description"
33
[attr.aria-label]="resource.selectRowMessage?.description" (click)="rowChecked(rowData)">
44
<span class="position-absolute font-size-25 left-0">check_box_outline_blank</span>

0 commit comments

Comments
 (0)