remove non-breaking space and add css

This commit is contained in:
riley
2017-02-13 11:00:28 -07:00
parent 5a0af59c45
commit ba51b0742f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ class Comment extends React.Component {
{ isStaff(comment.tags)
? <TagLabel isStaff={true}/>
: null }
{'\u00a0'}
<PubDate created_at={comment.created_at} />
<Content body={comment.body} />
<div className="commentActionsLeft">
+1 -1
View File
@@ -1,7 +1,7 @@
.authorName {
color: black;
display: inline-block;
margin: 10px 0;
margin: 10px 5px 10px 0;
}
.hasBio {