We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8a572 commit af821fbCopy full SHA for af821fb
1 file changed
src/app/component/create/create.component.html
@@ -1,5 +1,5 @@
1
<h2 mat-dialog-title>Create Post</h2>
2
-<mat-dialog-content class="flex flex-col">
+<mat-dialog-content class="flex flex-col space-y-5 !pt-2">
3
<mat-form-field class="w-full">
4
<mat-label>User Id</mat-label>
5
<input
@@ -15,7 +15,7 @@ <h2 mat-dialog-title>Create Post</h2>
15
</mat-form-field>
16
17
<mat-label>Body</mat-label>
18
- <input id="create-body" matInput [(ngModel)]="body" />
+ <textarea id="create-body" matInput rows="4" [(ngModel)]="body"></textarea>
19
20
</mat-dialog-content>
21
<mat-dialog-actions class="gap-5">
0 commit comments