Links textarea height

merge-requests/8/head
Bob Mottram 2020-10-12 21:21:19 +01:00
parent 2b7ba3bdc9
commit ad29df38f5
1 changed files with 1 additions and 1 deletions

View File

@ -1272,7 +1272,7 @@ def htmlEditLinks(translate: {}, baseDir: str, path: str,
translate['One link per line. Description followed by the link.'] + \
'<br>'
editLinksForm += \
' <textarea id="message" name="editedLinks" style="height:50%">' + \
' <textarea id="message" name="editedLinks" style="height:50vh">' + \
linksStr + '</textarea>'
editLinksForm += \
'</div>'