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
3 changed files with 1 additions and 1 deletions

View File

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