forces emoji's not to break line

closes issue #252
nolan/hinaloe-test
Ryann 2019-01-17 09:25:22 -06:00
parent 7c2e2a840b
commit 9b9410e70c
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'