diff --git a/recipes/economist.recipe b/recipes/economist.recipe index fc3a7522e1..25e46892f8 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -29,6 +29,7 @@ class Economist(BasicNewsRecipe): font-size: larger; font-weight: bold; font-style: italic; + page-break-inside:avoid; border-bottom: 3px solid black; border-top: 3px solid black; width: 228px; diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 0901112c82..a64310c252 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -29,6 +29,7 @@ class Economist(BasicNewsRecipe): font-size: larger; font-weight: bold; font-style: italic; + page-break-inside:avoid; border-bottom: 3px solid black; border-top: 3px solid black; width: 228px;