mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
remove non-breaking space and add css
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
.authorName {
|
||||
color: black;
|
||||
display: inline-block;
|
||||
margin: 10px 0;
|
||||
margin: 10px 5px 10px 0;
|
||||
}
|
||||
|
||||
.hasBio {
|
||||
|
||||
Reference in New Issue
Block a user