The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Editing with rich t...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
2,100 Views
Posts: 6
Topic starter
(@leovictoria)
Active Member
Joined: 5 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 5 years ago

Active Member
Posts: 6

@asti Thank you, that fixes the issue.

Share: