diff --git a/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html b/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html
index 2f3edc7e40e3..55f13c0572bc 100755
--- a/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html
+++ b/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html
@@ -47,10 +47,12 @@
placeholderText="Enter your comment here" [isDisabled]="isDisabled">
-
+
+
-
+
+
diff --git a/src/web/app/components/comment-box/comment-row/comment-row.component.html b/src/web/app/components/comment-box/comment-row/comment-row.component.html
index 63bad057870b..9a57aec4334f 100755
--- a/src/web/app/components/comment-box/comment-row/comment-row.component.html
+++ b/src/web/app/components/comment-box/comment-row/comment-row.component.html
@@ -34,9 +34,9 @@
+ (click)="triggerModelChange('isEditing', true)" [disabled]="isDisabled" aria-label="Edit Comment">
+ (click)="triggerDeleteCommentEvent()" [disabled]="isDisabled" aria-label="Delete Comment">