diff --git a/src/components/common/Audio.scss b/src/components/common/Audio.scss index 72ef72145..1ac33e70a 100644 --- a/src/components/common/Audio.scss +++ b/src/components/common/Audio.scss @@ -169,6 +169,7 @@ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + unicode-bidi: plaintext; } .duration { diff --git a/src/components/common/Audio.tsx b/src/components/common/Audio.tsx index 40b0c86db..4007845d1 100644 --- a/src/components/common/Audio.tsx +++ b/src/components/common/Audio.tsx @@ -321,7 +321,7 @@ const Audio: FC = ({ } return ( -
+
{isSelectable && (
{isSelected && }