aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment/comment.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/comment/comment.component.css')
-rw-r--r--src/app/components/comment/comment.component.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/app/components/comment/comment.component.css b/src/app/components/comment/comment.component.css
index d82f10e..419cbf8 100644
--- a/src/app/components/comment/comment.component.css
+++ b/src/app/components/comment/comment.component.css
@@ -1,5 +1,6 @@
.comment {
display: flex;
+ flex-direction: column;
width: 100%;
margin: .5em auto;
@@ -40,10 +41,6 @@
/* Content */
-.content {
- flex: 1;
-}
-
.message {
margin: .3em 0;
word-break: break-all;