Removed Unnecessary Flex class

This commit is contained in:
2025-07-11 11:44:28 +00:00
parent 88a1572747
commit 01b0cbfadf
51 changed files with 111 additions and 112 deletions

View File

@ -1,6 +1,6 @@
<h2 mat-dialog-title>Receive Payment</h2>
<mat-dialog-content>
<form [formGroup]="form" class="flex flex-col">
<form [formGroup]="form" class="flex-col">
<mat-table
#table
[dataSource]="dataSource"