Skip to content

Commit

Permalink
Merge pull request #164 from ynput/develop
Browse files Browse the repository at this point in the history
fix(EntityCard): text direction
  • Loading branch information
Innders authored Aug 7, 2024
2 parents 0464c0c + 02b9c8c commit c9f9f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityCard/EntityCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface DataProps extends EntityCardProps {}
const initData: DataProps = {
title: 'Lighting',
titleIcon: 'lightbulb',
subTitle: 'sc0120sh0130',
subTitle: '100_200',
description: 'demo_Big_Episodic/episodes/ep103/ep103sq002',
imageUrl: getRandomImage(),
isPlayable: Math.random() > 0.5,
Expand Down
1 change: 1 addition & 0 deletions src/EntityCard/EntityCard.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ export const Title = styled.span`
&.subTitle {
.inner-text {
direction: rtl;
unicode-bidi: plaintext;
}
}
`
Expand Down

0 comments on commit c9f9f89

Please sign in to comment.