diff --git a/tests/functional/openlp_core_lib/test_htmlbuilder.py b/tests/functional/openlp_core_lib/test_htmlbuilder.py index f97da386e..cd7e3dd0f 100644 --- a/tests/functional/openlp_core_lib/test_htmlbuilder.py +++ b/tests/functional/openlp_core_lib/test_htmlbuilder.py @@ -79,6 +79,10 @@ HTML = """ .firstchordline { line-height: 1.0em; } + .ws { + display: none; + white-space: pre-wrap; + }