fix E501 (pep8)

This commit is contained in:
jacr13 2021-11-17 18:14:14 +01:00
parent 558d6269ed
commit 3b5a663cd4

View File

@ -304,7 +304,7 @@ class Filter:
'}')
css = f"{css_html_tag}{css}"
css = re.sub('body{(.*?)}',
'body{padding:0 8px;margin: 0 auto;max-width: 736px;}',
'body{padding:0 8px;margin:0 auto;max-width:736px;}',
css)
style.string = css