浏览代码

Docs: Mentioned in the guide that different CSS properies should be used if the feature is configured using classes.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
ceaa4da2ef
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-indent/docs/features/indent.md

+ 4 - 0
packages/ckeditor5-indent/docs/features/indent.md

@@ -93,6 +93,10 @@ In the demo below the CSS classes are defined as follows:
 }
 ```
 
+<info-box>
+	Note that for <abbr title="right-to-left">RTL</abbr> content, `'margin-right'` should be used instead. Learn more about {@link features/ui-language#setting-the-language-of-the-content configuring language of the editor content}.
+</info-box>
+
 {@snippet features/custom-indent-block-classes}
 
 ## Indenting lists