Fix: Regime was stripping the whitespaces from header

This commit is contained in:
2023-03-06 22:02:21 +05:30
parent 7d0874093c
commit 0f1660ef5a
3 changed files with 4 additions and 7 deletions

View File

@ -13,7 +13,7 @@
<div class="flex flex-row justify-around content-start items-start">
<mat-form-field class="flex-auto">
<mat-label>Header</mat-label>
<input matInput formControlName="header" />
<textarea matInput formControlName="header"></textarea>
</mat-form-field>
</div>
<div class="flex flex-row justify-around content-start items-start">