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

@ -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" />