aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/post')
-rw-r--r--src/app/components/post/post.component.css1
-rw-r--r--src/app/components/post/post.component.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/app/components/post/post.component.css b/src/app/components/post/post.component.css
index f263386..c5919fd 100644
--- a/src/app/components/post/post.component.css
+++ b/src/app/components/post/post.component.css
@@ -16,7 +16,6 @@
}
.message {
- margin: 0.2em 0;
word-break: break-word;
}
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html
index a966d00..133b747 100644
--- a/src/app/components/post/post.component.html
+++ b/src/app/components/post/post.component.html
@@ -13,7 +13,7 @@
@{{ user.userName }}
</span>
</summary>
- <article class="message">
+ <article class="message margin-top-bot-small">
{{ post.message }}
</article>
<section class="flex-row flexible-children">