MarkdownViewerHTML.css 168 B

1234
  1. /* Avoid page breaks inside the most common attributes, especially for exports (i.e. PDF) */
  2. td, h1, h2, h3, h4, h5, p, ul, ol, li {
  3. page-break-inside: avoid;
  4. }