Skip to content

Commit 7d51770

Browse files
github-actions[bot]dimodintacheva
authored
Merge dimodi-patch-1-2692 into production (#2693)
* docs(common): Fix code snippet language * Update globalization/rtl-support.md * Update globalization/rtl-support.md * Update globalization/rtl-support.md --------- Co-authored-by: Dimo Dimov <[email protected]> Co-authored-by: Nadezhda Tacheva <[email protected]>
1 parent 29b6d9b commit 7d51770

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

globalization/rtl-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Right-to-left support is configured at the root level so it affects all UI for B
2020

2121
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
2222

23+
>caption Enable RTL
24+
2325
<div class="skip-repl"></div>
24-
````TelerikLayout.razor
26+
````RAZOR
2527
<TelerikRootComponent EnableRtl="true">
2628
@Body
2729
</TelerikRootComponent>

0 commit comments

Comments
 (0)