From 1afe87209a9e7140fabd3ba58b5e7b470b68fc7b Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Mar 2021 20:35:04 +0200 Subject: Improved readability and consistency of margin global styling --- src/app/components/post/post.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/components/post/post.component.html') diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html index 1008e64..0c1cce2 100644 --- a/src/app/components/post/post.component.html +++ b/src/app/components/post/post.component.html @@ -13,7 +13,7 @@ @{{ user.userName }} -
+
{{ post.message }}
@@ -31,7 +31,7 @@
-
+
{{ file.name ? file.name : 'Attachment' }}
@@ -40,7 +40,7 @@
-
-- cgit v1.2.3