mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Merge pull request #4710 from matrix-org/matthew/fix-safari-emoji
fix emoji in safari
This commit is contained in:
commit
02cdc8a201
Binary file not shown.
Binary file not shown.
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user