We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2519ca commit 162f8c4Copy full SHA for 162f8c4
app/design/frontend/Magento/blank/web/css/print.less
@@ -76,18 +76,18 @@
76
p,
77
h2,
78
h3 {
79
- orphans: 3;
80
- widows: 3;
+ page-break-inside: avoid;
81
}
82
83
.block-content {
84
- page-break-before: avoid;
+ break-before: avoid;
85
86
87
.block-title,
88
89
90
- page-break-after: avoid;
+ break-after: avoid;
91
92
93
.nav-toggle {
0 commit comments