insert_br_after_x_chars

This commit is contained in:
mrT23
2024-02-05 10:12:47 +02:00
parent 3f2a7869dd
commit 32e8ba331a
3 changed files with 20 additions and 16 deletions

View File

@ -325,7 +325,7 @@ class PRCodeSuggestions:
pr_body += "<table>"
header = f"Suggestions"
delta = 77
delta = 75
header += "&nbsp; " * delta
pr_body += f"""<thead><tr><th></th><th>{header}</th></tr></thead>"""
pr_body += """<tbody>"""