print fixes
This commit is contained in:
@@ -13,6 +13,7 @@ export const Roster = ({ roster, onePerPage }) => {
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
position: "relative",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
gap: 32,
|
gap: 32,
|
||||||
|
|||||||
@@ -154,6 +154,7 @@ button:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.avoid-page-break {
|
.avoid-page-break {
|
||||||
|
position: relative;
|
||||||
break-inside: avoid;
|
break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -940,7 +940,7 @@ function ParseModelProfiles(profiles, model, unit) {
|
|||||||
model.psyker = ParsePsykerProfile(profile);
|
model.psyker = ParsePsykerProfile(profile);
|
||||||
} else {
|
} else {
|
||||||
// Everything else, like Prayers and Warlord Traits.
|
// 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(
|
ParseProfileCharacteristics(
|
||||||
profile,
|
profile,
|
||||||
profileName,
|
profileName,
|
||||||
|
|||||||
Reference in New Issue
Block a user