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

Allow paragraphs to break across columns

This commit is contained in:
Trevor Buckner
2021-08-09 00:52:49 -04:00
parent d6fbfe75bc
commit 621d34954a

View File

@@ -450,7 +450,7 @@ body {
break-before : column; break-before : column;
} }
//Avoid breaking up //Avoid breaking up
p,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 : avoid;