Merge pull request #261 from vs-ryann/line-break
fix: forces emoji's not to break linenolan/hinaloe-test
commit
bae7afb282
|
@ -120,6 +120,7 @@ const NimbleEmoji = (props) => {
|
||||||
style.display = 'inline-block'
|
style.display = 'inline-block'
|
||||||
style.width = props.size
|
style.width = props.size
|
||||||
style.height = props.size
|
style.height = props.size
|
||||||
|
style.wordBreak = 'keep-all'
|
||||||
}
|
}
|
||||||
} else if (custom) {
|
} else if (custom) {
|
||||||
className += ' emoji-mart-emoji-custom'
|
className += ' emoji-mart-emoji-custom'
|
||||||
|
|
Loading…
Reference in New Issue