aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 09:09:01 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 09:09:01 +0200
commitc08d710428ca14b0ebe3d13c16df0aa9b8ba9a93 (patch)
treef07e2653a7d9aaa96a3b6e304839079c879d3af6 /src/app/components/comment
parent62d0b6fd8436d21ad436438880e3253d5b15cbcf (diff)
downloadDevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.tar
DevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.tar.gz
DevHive-Angular-c08d710428ca14b0ebe3d13c16df0aa9b8ba9a93.zip
Minor update/fix to styling of textarea component on editing comment
Diffstat (limited to 'src/app/components/comment')
-rw-r--r--src/app/components/comment/comment.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/comment/comment.component.html b/src/app/components/comment/comment.component.html
index 65ebf56..a22907a 100644
--- a/src/app/components/comment/comment.component.html
+++ b/src/app/components/comment/comment.component.html
@@ -14,7 +14,7 @@
</span>
</summary>
<form [formGroup]="editCommentFormGroup" *ngIf="editingComment" (ngSubmit)="editComment()">
- <textarea class="textarea-new-msg full-width faded-slim-border border-bottom-only padding-small" rows="1" formControlName="newCommentMessage" placeholder="What's on your mind?"></textarea>
+ <textarea class="textarea-new-msg full-width faded-slim-border border-bottom-only padding-small margin-bot-bigger" rows="1" formControlName="newCommentMessage" placeholder="What's on your mind?"></textarea>
<button type="submit" class="faded-slim-border full-width padding-small lighter-hover click-effect border-radius-smaller margin-bot-bigger">
Update Comment
</button>