diff options
-rw-r--r-- | phpBB/styles/subSilver/template/posting_topic_review.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_topic_review.html b/phpBB/styles/subSilver/template/posting_topic_review.html index f3efe31c1e..ad361a2e98 100644 --- a/phpBB/styles/subSilver/template/posting_topic_review.html +++ b/phpBB/styles/subSilver/template/posting_topic_review.html @@ -5,7 +5,7 @@ <th height="28" align="center">{L_TOPIC_REVIEW}</th> </tr> <tr> - <td class="row1"><div class="postreview"> + <td class="row1"><div style="overflow: auto; width: 100%; height: 300px; border: 1px;"> <script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script> |