mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 11:33:25 +00:00
Fix RTL subtitles
This commit is contained in:
@@ -63,7 +63,7 @@ export function CaptionCue({
|
|||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: parsedHtml,
|
__html: parsedHtml,
|
||||||
}}
|
}}
|
||||||
dir="auto"
|
dir="ltr"
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user