Skip to content

Commit

Permalink
Todolist for RTL fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Konopka committed Aug 29, 2019
1 parent 717cb4a commit 43d99ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_snippets/features/ui-language-rtl.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
/* As soon as we miss RTL support for TODO list, we need to handle it here.
See: https://github.com/ckeditor/ckeditor5-list/issues/134. */
[dir="rtl"] .ck .todo-list__checkmark {
right: -23px;
right: -13px;
left: auto;
margin-right: 0;
}
</style>

Expand Down

0 comments on commit 43d99ee

Please sign in to comment.