Less height

merge-requests/21/head
Bob Mottram 2021-02-25 13:08:18 +00:00
parent 6df30d02c0
commit 938ad6376d
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:200px">' + bioStr + '</textarea>\n'
'style="height:100px">' + bioStr + '</textarea>\n'
profileForm += '</div>\n'
profileForm += '<div class="container next">\n'