Half visible textarea in composer
-
I notice this problem with composer. When user open it, form for answer opened, but you see only top part of textarea, half hidden. IMHO it's confusing for users, especially new, who did't notice arrow at left side for resize composer window.
I add this to my CSS, work fine for me, but i think it's will be usefull for all users.
.composer .write-preview-container { min-height: 100px; }
Examples, comparison my forum and this, custom. What you think about it?
-
There's already a fix for this in a PR: https://github.com/NodeBB/nodebb-plugin-composer-default/pull/72
Copyright © 2024 NodeBB | Contributors