Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 555 Bytes

File metadata and controls

46 lines (31 loc) · 555 Bytes

Change the height of the description textarea

Change the height of the description textarea.
説明欄のテキストエリアの高さを変更します。

Setting

Path Pattern

None

Insert Position

Head of all pages

Code

CSS

#issue_description {
  height: 300px;
}

Result

Before

before

After

after