0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 15:52:39 +00:00
Fix Firefox printing
This commit is contained in:
Trevor Buckner
2023-12-05 11:49:50 -05:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -63,8 +63,6 @@ body { counter-reset : phb-page-numbers; }
background-color : var(--HB_Color_Background);
background-image : @backgroundImage;
text-rendering : optimizeLegibility;
page-break-before : always;
page-break-after : always;
}
//*****************************
// * BASE

View File

@@ -56,8 +56,6 @@ body {
box-sizing : border-box;
overflow : hidden;
text-rendering : optimizeLegibility;
page-break-before : always;
page-break-after : always;
contain : size;
}
//*****************************