1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Fix flag alignment on subtitles page

This commit is contained in:
Jip Fr 2023-11-29 22:19:27 +01:00
parent 595edd5041
commit 4f810a58d9

View file

@ -36,7 +36,7 @@ export function CaptionOption(props: {
data-active-link={props.selected ? true : undefined}
className="flex items-center"
>
<span data-code={props.countryCode} className="mr-3">
<span data-code={props.countryCode} className="mr-3 inline-flex">
<FlagIcon countryCode={props.countryCode} />
</span>
<span>{props.children}</span>