RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -398,6 +398,7 @@ export const EmojiPicker = React.memo(
|
|||
className="module-emoji-picker__header__search-field__input"
|
||||
placeholder={i18n('icu:EmojiPicker--search-placeholder')}
|
||||
onChange={handleSearchChange}
|
||||
dir="auto"
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
|
@ -463,7 +464,7 @@ export const EmojiPicker = React.memo(
|
|||
<Emoji
|
||||
shortName="slightly_frowning_face"
|
||||
size={16}
|
||||
style={{ marginLeft: '4px' }}
|
||||
style={{ marginInlineStart: '4px' }}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue