fix: fix RTL text in editor of xblock problem.

(cherry picked from commit 96e903c86c4a0031b21fc564d824a2c02bf98d9c)
This commit is contained in:
johanv26
2022-03-11 10:52:31 -05:00
parent 6bfb741c4a
commit f8368e4547

View File

@@ -29,7 +29,7 @@
.simple-editor-cheatsheet {
position: absolute;
top: 41px;
left: 70%;
@include left(70%);
width: 0;
border-left: 1px solid $gray-l2;