From 5a0af59c45c8f943ee4b1937a46eb5684c9f220a Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Mon, 13 Feb 2017 10:53:03 -0700 Subject: [PATCH 1/2] add a non-breaking space in between username and pubdate --- client/coral-embed-stream/src/Comment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index 3bf787a9c..91dd2d00d 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -108,6 +108,7 @@ class Comment extends React.Component { { isStaff(comment.tags) ? : null } + {'\u00a0'}
From ba51b0742f97722ef8e0930bee735aa6a1e09df6 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 13 Feb 2017 11:00:28 -0700 Subject: [PATCH 2/2] remove non-breaking space and add css --- client/coral-embed-stream/src/Comment.js | 1 - client/coral-plugin-author-name/styles.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index 91dd2d00d..3bf787a9c 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -108,7 +108,6 @@ class Comment extends React.Component { { isStaff(comment.tags) ? : null } - {'\u00a0'}
diff --git a/client/coral-plugin-author-name/styles.css b/client/coral-plugin-author-name/styles.css index 55c00b282..608db203c 100644 --- a/client/coral-plugin-author-name/styles.css +++ b/client/coral-plugin-author-name/styles.css @@ -1,7 +1,7 @@ .authorName { color: black; display: inline-block; - margin: 10px 0; + margin: 10px 5px 10px 0; } .hasBio {