Adjust issue / comment form

This commit is contained in:
Naoki Takezoe
2016-02-16 17:34:21 +09:00
parent 8494c682a7
commit 0cf1f43deb
2 changed files with 10 additions and 1 deletions

View File

@@ -1969,6 +1969,15 @@ div.container.blame-container{
display: none;
}
/* Adjust issue / comment form */
#issue-title {
width: 100% !important;
}
div.attachable>textarea,
div.attachable>div.clickable {
width: 100% !important;
}
/* Adjust issue search box size and position */
#search-filter-box {
width: 100% !important;