0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Use blockquote and table elements, not .classes

This commit is contained in:
Trevor Buckner
2025-10-05 22:19:43 -04:00
parent 4203e90d09
commit 1e71e9e18a

View File

@@ -619,7 +619,7 @@ Firefox endruns
@supports (-moz-user-select: none) { // This section will only apply to Firefox; it's the only browser that supports `-mos-xyz...`
.page {
.blockquote, .table {
blockquote, table {
page-break-inside: auto;
break-inside: auto;
}