0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 18:42:41 +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 { blockquote,table {
z-index : 15; z-index : 15;
-webkit-column-break-inside : avoid; -webkit-column-break-inside : avoid;
page-break-inside : avoid; page-break-inside : auto;
break-inside : avoid; break-inside : auto;
} }
// Nested lists // Nested lists
ul ul,ol ol,ul ol,ol ul { ul ul,ol ol,ul ol,ol ul {