mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
fixed comment reply width
This commit is contained in:
@@ -630,7 +630,7 @@
|
||||
var replyTemplate = ' <li>\
|
||||
<div class="reply_div" id="rd<%id%>">\
|
||||
<form id="rf<%id%>">\
|
||||
<textarea name="comment"></textarea>\
|
||||
<textarea name="comment" cols="80"></textarea>\
|
||||
<input type="submit" value="add reply" />\
|
||||
<input type="hidden" name="parent" value="<%id%>" />\
|
||||
<input type="hidden" name="node" value="" />\
|
||||
|
||||
Reference in New Issue
Block a user