This commit is contained in:
Van 2019-03-01 16:38:17 +08:00
parent f2ff53a992
commit 5059125e3b
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@
<#if article.commentable>
<div class="comment-disabled">
<h3>${postCommentsLabel}</h3>
<textarea rows="3" style="margin-bottom: 20px;width: 100%;box-sizing: border-box" placeholder="${postCommentsLabel}" id="comment"></textarea>
</div>
<textarea rows="3" style="margin-bottom: 20px;width: 80%" placeholder="${postCommentsLabel}" id="comment"></textarea>
<#else>
<div class="comment-disabled">
<h3>${notAllowCommentLabel}</h3>