openlab-at-city-tech / webworkqa

WeBWorK integration for WordPress and BuddyPress
GNU General Public License v2.0
4 stars 2 forks source link

Respond to this question box resize #168

Closed jennaspevack closed 5 years ago

jennaspevack commented 5 years ago

@boonebgorges while testing I noticed that the Respond to this Question textarea box resizes in an unexpected way. Don't think it affects functionality, but I guess I expected to only be able to drag the box down to expand rather than in all directions. Just thought I'd point it out in case it was unintended.

https://www.dropbox.com/s/vs0chqqbdasbchc/respondboxresizes.mov?dl=0

boonebgorges commented 5 years ago

In general, textareas are resizable along both x and y axes, unless you specify that they aren't. We didn't specify that they aren't. I've made the change, and I've enforced a minimum height - this way, you can make it taller than the default, but not smaller (and can't adjust the width at all0.

bree-z commented 5 years ago

Thanks, Boone. This looks good. I'm able to make the box taller, but not shorter or wider.