Fixing permalink icon and adding padding to comment content.

This commit is contained in:
David Jay
2017-02-23 17:08:35 -05:00
parent e735fb800a
commit 39536046c9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ hr {
}
.coral-plugin-commentcontent-text {
margin-bottom: 10px;
margin-bottom: 7px;
}
.coral-plugin-author-name-text {
@@ -1,5 +1,5 @@
import React from 'react';
const name = 'coral-plugin-content';
const name = 'coral-plugin-commentcontent';
const Content = ({body, styles}) => {
const textbreaks = body.split('\n');
@@ -49,8 +49,8 @@ class PermalinkButton extends React.Component {
return (
<div className={`${name}-container`}>
<button onClick={this.toggle} className={`${name}-button`}>
<i className={`${name}-icon material-icons`} aria-hidden={true}>link</i>
{lang.t('permalink.permalink')}
<i className={`${name}-icon material-icons`} aria-hidden={true}>link</i>
</button>
<div className={`${name}-popover ${styles.container} ${this.state.popoverOpen ? 'active' : ''}`}>
<input