Removed Unnecessary Flex class
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<h2>Product</h2>
|
||||
<form [formGroup]="form" class="flex flex-col">
|
||||
<form [formGroup]="form" class="flex-col">
|
||||
<div class="row-container">
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Product ID</mat-label>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<h2 class="row-container space-between">
|
||||
<span>Temporal Products</span>
|
||||
</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>Filter</mat-label>
|
||||
|
||||
Reference in New Issue
Block a user