inflection table format

This commit is contained in:
Bill D 2021-04-30 19:26:05 +03:00
parent 24a245f41e
commit 07a3aa57ca
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "0.4.0",
"version": "0.4.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",

View File

@ -53,8 +53,8 @@ const InflectionTable = ({ inf, textOptions }: {
<thead>
<tr>
<th scope="col" style={{ width: "3.5rem" }}></th>
{"masc" in inf && <th scope="col" style={{ maxWidth: "10rem" }}>Masculine</th>}
{"fem" in inf && <th scope="col" style={{ maxWidth: "10rem" }}>Feminine</th>}
{"masc" in inf && <th scope="col" style={{ maxWidth: "10rem", textAlign: "left" }}>Masculine</th>}
{"fem" in inf && <th scope="col" style={{ maxWidth: "10rem", textAlign: "left" }}>Feminine</th>}
</tr>
</thead>
<tbody>