Fix width of previewable editing forms

This commit is contained in:
Naoki Takezoe
2016-02-27 02:56:22 +09:00
parent 7b5b453e56
commit 3da3a048f0
5 changed files with 5 additions and 12 deletions

View File

@@ -1025,7 +1025,6 @@ div.commit-comment-box > div.panel-body {
div.issue-comment-box textarea {
width: 650px;
height: 100px;
max-height: 300px;
}