diff options
-rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 245f57b65e..7cb563dae6 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -74,7 +74,7 @@ </dl> <dl> <dt><label for="answers">{L_QUESTION_ANSWERS}</label><br /><span>{L_ANSWERS_EXPLAIN}</span></dt> - <dd><textarea id="answers" name="answers" rows="15" cols="80" >{ANSWERS}</textarea></dd> + <dd><textarea id="answers" style="word-wrap: normal; overflow-x: scroll;" name="answers" rows="15" cols="800" >{ANSWERS}</textarea></dd> </dl> </fieldset> <fieldset class="quick"> |