Quote from
Gaev on March 25, 2020, 10:48 pm
@emmanuel-fernandez
a) Navigate to Project >>> Properties >>> Styles
b) Enter ...
.noResize {
resize: none;
}
c) apply this class (i.e. noResize) to any/all textarea objects that you don't want resized ... i.e. Properties >>> Advanced >>> css-class
Note that you can limit resizing in a horizontal or vertical direction only with ...
resize: horizontal;
resize: vertical;
@emmanuel-fernandez
a) Navigate to Project >>> Properties >>> Styles
b) Enter ...
.noResize {
resize: none;
}
c) apply this class (i.e. noResize) to any/all textarea objects that you don't want resized ... i.e. Properties >>> Advanced >>> css-class
Note that you can limit resizing in a horizontal or vertical direction only with ...
resize: horizontal;
resize: vertical;
CDY@44 has reacted to this post.