Reusable-Custom-WordPress-Meta-Boxes
Reusable-Custom-WordPress-Meta-Boxes copied to clipboard
Textarea Size Issue
In Chrome the Textarea field type has been acting weird, and it turns out it had to do with the "cols" setting in the meta_box.php file. When using the default textarea setup in meta_box.php, my textarea box is way too wide and breaks flow of the admin screen.
Currently the "cols" property in the textarea case is set to cols="60" and should be cols="30"
Seems to fix my issue, let me know if I'm crazy, if now, you might want to think about changing it in the core.
Thanks again for your hard work and a fantastic plugin.