mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-14 19:25:08 +01:00
Fix RTL subtitles
This commit is contained in:
parent
3ddcb9feaa
commit
43ed6edd99
@ -63,7 +63,7 @@ export function CaptionCue({
|
|||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: parsedHtml,
|
__html: parsedHtml,
|
||||||
}}
|
}}
|
||||||
dir="auto"
|
dir="ltr"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user