Set width

merge-requests/8/head
Bob Mottram 2020-12-01 22:54:09 +00:00
parent e183c88341
commit 49703e7ab3
1 changed files with 2 additions and 2 deletions

View File

@ -684,8 +684,8 @@ def htmlHashtagSearch(cssCache: {},
hashtag + '">\n'
hashtagSearchForm += translate['Category']
hashtagSearchForm += \
' <input type="text" name="hashtagCategory" value="' + \
category + '">\n'
' <input type="text" style="width=20ch" ' + \
'name="hashtagCategory" value="' + category + '">\n'
hashtagSearchForm += \
' <button type="submit" class="button" name="submitYes">' + \
translate['Submit'] + '</button>\n'