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.
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
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.