Skip to content

Commit

Permalink
Merge pull request missive#261 from vs-ryann/line-break
Browse files Browse the repository at this point in the history
fix: forces emoji's not to break line
  • Loading branch information
nolanlawson authored Mar 8, 2019
2 parents 10bfbd0 + 9b9410e commit bae7afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/emoji/nimble-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bae7afb

Please sign in to comment.