Removed Unnecessary Flex class
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user