Fix width styles

* issue updation title and content
* issue new comment
* pull request new comment
This commit is contained in:
Tomofumi Tanaka
2014-05-18 21:37:49 +09:00
parent 4dc60e887f
commit bb66e2201f
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
@import context._
<span id="error-edit-content-@commentId" class="error"></span>
@helper.html.attached(owner, repository){
<textarea style="width: 680px; height: 100px;" id="edit-content-@commentId">@content</textarea>
<textarea style="width: 635px; height: 100px;" id="edit-content-@commentId">@content</textarea>
}
<div>
<input type="button" id="update-comment-@commentId" class="btn btn-small" value="Update Comment"/>