Removed Unnecessary Flex class
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
Add
|
||||
</a>
|
||||
</h2>
|
||||
<form [formGroup]="form" class="flex flex-col">
|
||||
<div class="flex flex-row">
|
||||
<form [formGroup]="form" class="flex-col">
|
||||
<div class="flex-row">
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Filter</mat-label>
|
||||
<input type="text" matInput #filterElement formControlName="filter" autocomplete="off" />
|
||||
|
||||
Reference in New Issue
Block a user