We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1bb23 commit 2ca9753Copy full SHA for 2ca9753
1 file changed
client/app/admin/products/product/product.component.html
@@ -40,9 +40,12 @@
40
</mat-form-field>
41
42
<div class="nat-bold">Description</div>
43
- <natural-editor formControlName="description" (contentChange)="update()" />
+ <natural-editor
44
+ formControlName="description"
45
+ class="nat-margin-bottom"
46
+ (contentChange)="update()"
47
+ />
48
- <br />
49
<mat-form-field>
50
<mat-label>Contenu complet</mat-label>
51
<textarea
0 commit comments