0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 17:42:38 +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;
}
//Avoid breaking up
p,blockquote,table{
blockquote,table{
z-index : 15;
-webkit-column-break-inside : avoid;
page-break-inside : avoid;