Skip to content

Commit 698d256

Browse files
authored
Merge pull request #257 from eduNEXT/jlc/fix-rtl--problem-editor
fix: fix RTL text in editor of xblock problem.
2 parents 1cf37cf + 96e903c commit 698d256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • common/lib/xmodule/xmodule/css/problem

common/lib/xmodule/xmodule/css/problem/edit.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.simple-editor-cheatsheet {
3030
position: absolute;
3131
top: 41px;
32-
left: 70%;
32+
@include left(70%);
3333
width: 0;
3434
border-left: 1px solid $gray-l2;
3535

0 commit comments

Comments
 (0)