diff --git a/app/static/scss/_print.scss b/app/static/scss/_print.scss index 9ee98732..f9646515 100644 --- a/app/static/scss/_print.scss +++ b/app/static/scss/_print.scss @@ -9,7 +9,7 @@ padding-bottom: 0; } - .comments > .comment { + .comments > .comment, .post_teaser { break-inside: avoid; } diff --git a/app/static/styles.css b/app/static/styles.css index 3f286c59..a4944c07 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -875,7 +875,7 @@ div.navbar { padding-bottom: 0; } - .comments > .comment { + .comments > .comment, .post_teaser { break-inside: avoid; }