Skip to content

Commit 162f8c4

Browse files
committed
ACP2E-2729: [CLARIFICATION] Feature Request ADA Compliance
1 parent a2519ca commit 162f8c4

File tree

1 file changed

+4
-4
lines changed
  • app/design/frontend/Magento/blank/web/css

1 file changed

+4
-4
lines changed

app/design/frontend/Magento/blank/web/css/print.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@
7676
p,
7777
h2,
7878
h3 {
79-
orphans: 3;
80-
widows: 3;
79+
page-break-inside: avoid;
8180
}
8281

8382
.block-content {
84-
page-break-before: avoid;
83+
break-before: avoid;
8584
}
8685

8786
.block-title,
8887
h2,
8988
h3 {
90-
page-break-after: avoid;
89+
break-after: avoid;
90+
page-break-inside: avoid;
9191
}
9292

9393
.nav-toggle {

0 commit comments

Comments
 (0)