Skip to content

Height of cell in form edit

The textarea can be changed this way in form. Replace "comments" with the actual column name you have.

#tr_comments textarea {
    height: 200px;
}


Feedback and Knowledge Base