Skip to content

Commit 2ca9753

Browse files
committed
Add a margin
1 parent ff1bb23 commit 2ca9753

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

client/app/admin/products/product/product.component.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@
4040
</mat-form-field>
4141

4242
<div class="nat-bold">Description</div>
43-
<natural-editor formControlName="description" (contentChange)="update()" />
43+
<natural-editor
44+
formControlName="description"
45+
class="nat-margin-bottom"
46+
(contentChange)="update()"
47+
/>
4448

45-
<br />
4649
<mat-form-field>
4750
<mat-label>Contenu complet</mat-label>
4851
<textarea

0 commit comments

Comments
 (0)