mirror of https://github.com/vector-im/riot-web
Merge pull request #4710 from matrix-org/matthew/fix-safari-emoji
fix emoji in safaripull/21833/head
commit
02cdc8a201
Binary file not shown.
Binary file not shown.
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue