format not big space below FormsDisplay
This commit is contained in:
parent
a36ae0a112
commit
074f028439
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"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",
|
||||
|
|
|
@ -244,7 +244,7 @@ function ConjugationViewer({ entry, complement, textOptions, aayTailType, showOn
|
|||
negative: state.negative,
|
||||
sentenceLevel,
|
||||
englishConjugation,
|
||||
});
|
||||
})
|
||||
return <div className="mb-4">
|
||||
{"transitive" in conjugation && <div className="text-center my-2">
|
||||
<VerbChoiceWarning />
|
||||
|
@ -424,7 +424,7 @@ function FormsDisplay({ forms, state, handleChange, textOptions, verbConj }: {
|
|||
})}
|
||||
</div>
|
||||
}
|
||||
return <div style={{ marginBottom: "5rem" }}>
|
||||
return <div className="mb-2">
|
||||
{drawLevel(forms, 0)}
|
||||
</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue