rtl for examples

This commit is contained in:
lingdocs 2022-07-20 17:02:40 -05:00
parent 9eb5529c9c
commit 584a3646fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "3.4.6",
"version": "3.4.7",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -34,7 +34,7 @@ function Examples(props: ({
const examples = "children" in props ? props.children : props.ex;
const Example = ({ children: text }: { children: PsStringWSub }) => (
<div className={props.lineHeight !== undefined ? `mb-${props.lineHeight}` : `mt-1 mb-3`}>
<div>
<div dir="rtl">
<Pashto opts={props.opts}>{text}</Pashto>
</div>
<div>