print fixes

This commit is contained in:
NilsUeter
2023-05-08 18:15:33 +02:00
parent 3c6a5f70ba
commit bed08c5de3
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ export const Roster = ({ roster, onePerPage }) => {
return (
<div
style={{
position: "relative",
display: "flex",
flexDirection: "column",
gap: 32,
+1
View File
@@ -154,6 +154,7 @@ button:focus-visible {
}
.avoid-page-break {
position: relative;
break-inside: avoid;
}
+1 -1
View File
@@ -940,7 +940,7 @@ function ParseModelProfiles(profiles, model, unit) {
model.psyker = ParsePsykerProfile(profile);
} else {
// Everything else, like Prayers and Warlord Traits.
// if (!unit.abilities[typeName]) unit.abilities[typeName] = new Map();
if (!unit.abilities[typeName]) unit.abilities[typeName] = new Map();
ParseProfileCharacteristics(
profile,
profileName,