mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Fix flag alignment on subtitles page
This commit is contained in:
parent
595edd5041
commit
4f810a58d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue