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 {