Increase the size of the textarea on config list widget

  • devonlouquet
    Asked on October 31, 2019 at 6:31 PM
    1) Can I increase the size of the notes/comments box in the configurable list or put it on a new line to increase the size, so the user can see everything they are typing? See the RFP section for an example.
  • Elton Support Team Lead
    Replied on October 31, 2019 at 6:34 PM

    You can inject this CSS code to the config list widget settings to increase the size of its textarea fields.

    textarea {

        height: 160px;

    }

    Guide: How to Inject CSS Codes to Widgets

    Feel free to adjust the height to your preference.

    160px should look like this

    Increase the size of the textarea on config list widget Image 1 Screenshot 20