Forums

editor text area is to small

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