creecros / MetaMagik

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

Set default textarea width to match the column width. #79

Closed riskpeep closed 2 years ago

riskpeep commented 2 years ago

Fix for #77. Makes MetaMagik textarea fields default to the width of the column they're in. In column 1, we use the same width as the default for the 'description' textarea, which is set to an absolute 700px. The other two columns follow the existing MetaMagik behavior and use 'auto' width.