examples for 10th edition

This commit is contained in:
NilsUeter
2023-10-04 12:13:28 +02:00
parent 93a380c312
commit d59c425334
4 changed files with 57 additions and 10 deletions
+2 -2
View File
@@ -688,7 +688,7 @@ const OtherAbilities = ({ abilities }) => {
}}
>
<th></th>
<th colspan="7" style={{ textAlign: "left" }}>
<th colSpan="7" style={{ textAlign: "left" }}>
{key}
</th>
</tr>
@@ -698,7 +698,7 @@ const OtherAbilities = ({ abilities }) => {
<tr key={name}>
<td></td>
<td
colspan={7}
colSpan={7}
key={name}
style={{
fontSize: ".9em",