Ver código fonte

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

Aleksander Nowodzinski 6 anos atrás
pai
commit
ceaa4da2ef
1 arquivos alterados com 4 adições e 0 exclusões
  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