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.
This commit is contained in:
parent
711210d16e
commit
442992b30e
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ limitations under the License.
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 185px;
|
max-width: 185px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
direction: rtl;
|
|
||||||
padding: 8px 0px;
|
padding: 8px 0px;
|
||||||
background-color: rgb(0, 0, 0, 0);
|
background-color: rgb(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue