From add293cbcc0770a3ff088d6f2095c99d280d22bf Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Tue, 1 Sep 2020 11:51:44 +0200
Subject: [PATCH] some spacing between icon and label

---
 src/app/components/shared/comment/comment.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/shared/comment/comment.component.html b/src/app/components/shared/comment/comment.component.html
index 2f1157b7a..97f381d1f 100644
--- a/src/app/components/shared/comment/comment.component.html
+++ b/src/app/components/shared/comment/comment.component.html
@@ -160,7 +160,7 @@
            class="comment-tags">
         <mat-icon svgIcon="comment_tag"></mat-icon>
         <span>
-          {{comment.tag}}
+          &nbsp;{{comment.tag}}
         </span>
       </div>
       <div class="user-number"
-- 
GitLab