But sometimes the size of the Notes is not adequat.
Please, is it possible to make the Notes area bigger like in blue in the picture below, so all the space can be used?
By default when we want to see the Notes, we get the size in orange.
Thanks

Moderators: Amaradana, TurboPT, TL Developers
Code: Select all
textarea {
resize: none; /* Disable browser resizable textarea */
}
Code: Select all
textarea {
/* resize: none; */ /* Disable browser resizable textarea */
}