From 77b33b28b37d48ff8404f72d9e2f781c443d20ab Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 22 Oct 2021 13:49:30 +0300 Subject: [PATCH] [RTL] Audio: Fix download button (#1515) --- src/components/common/Audio.scss | 1 + src/components/common/Audio.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 && }