0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 07:38:40 +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
+1 -1
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;