More height

merge-requests/21/head
Bob Mottram 2021-02-25 13:10:03 +00:00
parent 938ad6376d
commit 4a2ecac4f4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
profileForm += ' <label class="labels">' + \
translate['Your bio'] + '</label><br>\n'
profileForm += ' <textarea id="message" name="bio" ' + \
'style="height:100px">' + bioStr + '</textarea>\n'
'style="height:130px">' + bioStr + '</textarea>\n'
profileForm += '</div>\n'
profileForm += '<div class="container next">\n'