Pattern improvement

This commit is contained in:
Qolzam
2017-09-28 18:15:18 +07:00
parent b198717ae9
commit 0a9db2449f
3 changed files with 57 additions and 27 deletions

View File

@@ -320,6 +320,9 @@ static propTypes = {
fontSize: '12px',
marginRight: '6px'
},
postBody:{
wordWrap: "break-word"
},
dialog: {
width: '',
maxWidth: '530px',
@@ -366,7 +369,7 @@ static propTypes = {
</CardMedia>) : ''}
<CardText>
<CardText style={styles.postBody}>
{reactStringReplace(body,/#(\w+)/g, (match, i) => (
<NavLink
style={{color:'green'}}