creecros / MetaMagik

Custom Fields for Kanboard - Plugin MetaMagik
MIT License
99 stars 16 forks source link

[Feature request] Text area fields should be the same width as the parent column #77

Closed riskpeep closed 2 years ago

riskpeep commented 2 years ago

Currently in MetaMagik, when adding a text area field, they are set to a default width, which is not the same as the column they're in. For text area fields in the first column, they are substantially narrower than the column.

This creates usability problems because large text content in text area fields will create very tall and narrow entry areas meaning users have to scroll to access content.

The text area boxes DO have a thumb that lets you resize the box for editing, which helps, but resized boxes reset on a page re-render which recreates the same problem again.

This could be fixed by having text area fields default to the same width as their column.

creecros commented 2 years ago

Front-end stuff, I'm not the best at. Happy to make pull requests if anyone wants to make things prettier.