Merge pull request #4710 from matrix-org/matthew/fix-safari-emoji

fix emoji in safari
This commit is contained in:
Matthew Hodgson 2020-06-04 22:07:18 +01:00 committed by GitHub
commit 02cdc8a201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -122,7 +122,7 @@ export default class EmojiProvider extends AutocompleteProvider {
completion: unicode, completion: unicode,
component: ( component: (
<PillCompletion title={shortname} aria-label={unicode}> <PillCompletion title={shortname} aria-label={unicode}>
<span style={{maxWidth: '1em'}}>{ unicode }</span> <span>{ unicode }</span>
</PillCompletion> </PillCompletion>
), ),
range, range,