merge-requests/8/head
Bob Mottram 2020-12-21 15:37:52 +00:00
parent 46e2a24c96
commit fd64616964
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
editNewswireForm += \
' <h1>' + translate['Edit newswire'] + '</h1>'
editNewswireForm += \
' <div style="float:right">\n'
' <div style="float:right;width:10ch">\n'
editNewswireForm += \
' <input type="submit" name="submitNewswire" value="' + \
translate['Submit'] + '">\n'