Skip to content

Commit 26c7af8

Browse files
committed
fix: TT-138 delete space
1 parent 738ae9b commit 26c7af8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/modules/users/components/users-list/users-list.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="table-responsive">
2-
<table
2+
<table
33
*ngIf="users"
44
class="table table-sm table-bordered table-striped mb-0"
55
datatable
@@ -8,9 +8,9 @@
88
>
99
<thead class="thead-blue">
1010
<tr class="d-flex flex-wrap">
11-
<th class="col-4 ">User Email</th>
12-
<th class="col-5 ">Names</th>
13-
<th class="col-3 ">Roles</th>
11+
<th class="col-4">User Email</th>
12+
<th class="col-5">Names</th>
13+
<th class="col-3">Roles</th>
1414
</tr>
1515
</thead>
1616
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
@@ -36,5 +36,5 @@
3636
</td>
3737
</tr>
3838
</tbody>
39-
</table>
39+
</table>
4040
</div>

0 commit comments

Comments
 (0)