Editing with rich t...
 
Share:
Notifications
Clear all

[Solved] Editing with rich text editor disabled textarea too small

3 Posts
2 Users
0 Likes
1,322 Views
Posts: 6
Topic starter
(@leovictoria)
Active Member
Joined: 4 years ago

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.

comment3
comment2
comment1
2 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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. 

1 Reply
(@leovictoria)
Joined: 4 years ago

Active Member
Posts: 6

@asti Thank you, that fixes the issue.

Share: