Support

Account

Home Forums Feature Requests Adjustable height/number of rows on textarea Reply To: Adjustable height/number of rows on textarea

  • Thanks for including the feature in the latest update!

    However it does not work properly for textareas with few lines.

    I guess because of this CSS rule in input.css (line 174):

    .acf_postbox .field textarea {
    min-height: 150px;
    }