Skip to content

Commit

Permalink
Avoid page breaks inside paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 24, 2024
1 parent bad2d5f commit fd3f422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/assets/styles/base/_print.sass
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Avoid page break in some relevant cases.
////////////////////////////////////////////////////////////////////////////////
@media print
ul, ol, dl, a, table, pre, blockquote
ul, ol, dl, a, table, pre, blockquote, p
page-break-inside: avoid

h1, h2, h3, h4, h5, h6, img, figure, caption
Expand Down

0 comments on commit fd3f422

Please sign in to comment.