Add dir='auto' to Message and Quote body for RTL languages
This commit is contained in:
parent
aa4339a69f
commit
8b92e6112c
2 changed files with 2 additions and 1 deletions
|
@ -667,6 +667,7 @@ export class Message extends React.Component<Props, State> {
|
|||
|
||||
return (
|
||||
<div
|
||||
dir="auto"
|
||||
className={classNames(
|
||||
'module-message__text',
|
||||
`module-message__text--${direction}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue