editor text area is to small

Resize a small editor text area in ChronoForms.

Overview

The default editor text area may be too small, especially on mobile devices, making it difficult to use.
Adjust the height by adding custom CSS to target the editor text area class and set a specific height value.

Answered
su suudesign 01 Jul, 2017
how can i change the height or how many rows for the editor text area. mine has only 1 row and you have to pull down to get more. on mobile this is almost impossible
su suudesign 30 Jul, 2017
Answer
Added this to my custum css:

.editor-text.ui.segment.top.attached {
  margin-top: 0;
    height: 100px;
  }
This topic is locked and no more replies can be posted.