mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Use blockquote and table elements, not .classes
This commit is contained in:
@@ -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...`
|
@supports (-moz-user-select: none) { // This section will only apply to Firefox; it's the only browser that supports `-mos-xyz...`
|
||||||
.page {
|
.page {
|
||||||
.blockquote, .table {
|
blockquote, table {
|
||||||
page-break-inside: auto;
|
page-break-inside: auto;
|
||||||
break-inside: auto;
|
break-inside: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user