aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Message.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r--vnext/src/components/Message.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css
index 337a3dc0..cd0c34ab 100644
--- a/vnext/src/components/Message.css
+++ b/vnext/src/components/Message.css
@@ -27,7 +27,7 @@
align-items: center;
display: flex;
flex-basis: 0;
- flex-direction: column;
+ flex-direction: row;
flex-grow: 1;
padding-top: 12px;
}
@@ -129,7 +129,9 @@ blockquote {
.msg-recomms {
color: #AAA;
font-size: small;
- margin-top: 10px;
+ margin-bottom: 10px;
+ padding-bottom: 6px;
+ border-bottom: 1px solid #eee;
overflow: hidden;
text-indent: 10px;
}