Fix a broken test.

This commit is contained in:
Tomas Groth 2017-02-20 22:43:18 +01:00
parent d34789cb65
commit e40e7920d6

View File

@ -248,6 +248,10 @@ CHORD_CSS_ENABLED = """
} }
.firstchordline { .firstchordline {
line-height: 2.1em; line-height: 2.1em;
}
.ws {
display: inline;
white-space: pre-wrap;
}""" }"""
__default_settings__ = { __default_settings__ = {