Browse Source

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

Aleksander Nowodzinski 6 years ago
parent
commit
ceaa4da2ef
1 changed files with 4 additions and 0 deletions
  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}
 {@snippet features/custom-indent-block-classes}
 
 
 ## Indenting lists
 ## Indenting lists