0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2196 from naturalcrit/Remove-Duplicate-Column-Break-for-Chrome-102

Remove `break-before: column`
This commit is contained in:
Trevor Buckner
2022-05-27 21:22:40 -04:00
committed by GitHub

View File

@@ -545,7 +545,6 @@ body {
-webkit-column-break-after : always;
break-after : always;
-moz-column-break-after : always;
break-before : column;
}
//Avoid breaking up
blockquote,table{