From 442992b30e472cea49537c09da68b863818392f2 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:18:17 +0100 Subject: [PATCH] Fix symbol entry in the in-call dialpad (#6521) The field had RTL direction set on it, which meant symbols, like *, appeared at the beginning of the field instead of the end. RTL was introduced in https://github.com/matrix-org/matrix-react-sdk/pull/5786, however its removal seems to have had no adverse affects from testing. --- res/css/views/voip/_DialPadContextMenu.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/res/css/views/voip/_DialPadContextMenu.scss b/res/css/views/voip/_DialPadContextMenu.scss index 0019994e72..527d223ffc 100644 --- a/res/css/views/voip/_DialPadContextMenu.scss +++ b/res/css/views/voip/_DialPadContextMenu.scss @@ -69,7 +69,6 @@ limitations under the License. overflow: hidden; max-width: 185px; text-align: left; - direction: rtl; padding: 8px 0px; background-color: rgb(0, 0, 0, 0); }