Public Ticket #1550

Responsive issue, Design / Setup issue

Closed
Comments
DexignLab
Yamini Gaur replied 2 years ago on January 10, 2022 at 01:12 PM

Hello Fernando Guillen,

Thanks for being our customer.

Firstly, please verify your ticket there is a need for verification to confirm your purchase.

And for your query, please follow the below file path:

File Path: scss\components\forms\_form-basic.scss

In given file (_form-basic.scss) please add below code:


textarea.form-control {

    min-height: auto;

    height: auto;

}

Thanks & Regards

Yamini

DexignLab

DexignLab
Fernando Guillen replied started the conversation 2 years ago on January 08, 2022 at 07:49 PM

textareas have always:

height: 3.5rem;

No matter how many "rows" you declare.

I think it is because all ".form-control" elements have this setting.

textareas should not have this "height" limitation