Merge pull request #261 from vs-ryann/line-break

fix: forces emoji's not to break line
nolan/hinaloe-test
Nolan Lawson 2019-03-07 17:19:55 -08:00 committed by GitHub
commit bae7afb282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ const NimbleEmoji = (props) => {
style.display = 'inline-block'
style.width = props.size
style.height = props.size
style.wordBreak = 'keep-all'
}
} else if (custom) {
className += ' emoji-mart-emoji-custom'