0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 02:02:43 +00:00

Applies G-Ambatte's fix

This commit is contained in:
David Bolack
2025-07-30 19:47:59 -05:00
parent 253dbb358b
commit a1ab27b57f

View File

@@ -145,8 +145,8 @@ body { counter-reset : page-numbers 0; }
blockquote,table {
z-index : 15;
-webkit-column-break-inside : avoid;
page-break-inside : avoid;
break-inside : avoid;
page-break-inside : auto;
break-inside : auto;
}
// Nested lists
ul ul,ol ol,ul ol,ol ul {