Do you need to file a feature request?
Feature Request Description
I often generate coding quizzes and the text area where I type my answer is too small to view more than a few lines of code. I can see there is a '.resize-none' CSS class applied to the textarea. In Chrome devtools, I changed the CSS resize property to 'vertical', which creates a small vertical adjustment handle in the bottom right corner allowing me to see all of my code when needed. It didn't appear to cause any conflicts with the rest of the page. A '.resize-y' CSS class already exists in the CSS, so it could be achieved by replacing '.resize-none' with 'resize-y'.
Related Module
Dashboard
Use Case
Allows the user to expand the text area, allowing for more room to type and view code answers. Currently the space is too limited.
Additional Context
See the adjustment handle on the lower right, which is available after changing the CSS property.
Do you need to file a feature request?
Feature Request Description
I often generate coding quizzes and the text area where I type my answer is too small to view more than a few lines of code. I can see there is a '.resize-none' CSS class applied to the textarea. In Chrome devtools, I changed the CSS resize property to 'vertical', which creates a small vertical adjustment handle in the bottom right corner allowing me to see all of my code when needed. It didn't appear to cause any conflicts with the rest of the page. A '.resize-y' CSS class already exists in the CSS, so it could be achieved by replacing '.resize-none' with 'resize-y'.
Related Module
Dashboard
Use Case
Allows the user to expand the text area, allowing for more room to type and view code answers. Currently the space is too limited.
Additional Context
See the adjustment handle on the lower right, which is available after changing the CSS property.