Bug Reports
3
Posts
2
Users
0
Reactions
1,638
Views
Jun 13, 2020 3:18 pm
With the rich text editor disabled, when a user edits their comment, the default textarea is too small. Instead of filling the comment area, it is only about 150px wide. This is awkward on mobile, but even more so on desktop. Clicking into the small textarea then expands it massively tall to fit the text.
This is reproducible across mobile (with default settings of no rich text editor) as well as multiple browsers (Safari, Chrome).
See attached photos for how it looks on desktop.
2 Replies
Jun 13, 2020 4:47 pm
Hi @leovictoria,
Please use this CSS code:
#wpdiscuz-edit-form textarea{
width:100%;
}
The CSS codes should be added to the "Custom CSS code" textarea. It's located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.