Removed Unnecessary Flex class
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
</button>
|
||||
</h2>
|
||||
|
||||
<form [formGroup]="form" class="flex flex-col">
|
||||
<form [formGroup]="form" class="flex-col">
|
||||
<div class="row-container sm:max-lg:flex-col">
|
||||
<mat-form-field class="flex-auto basis-2-5">
|
||||
<mat-label>Date</mat-label>
|
||||
|
||||
Reference in New Issue
Block a user