You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I know it's such an old issue but recently I also met the similar one and I already got help from Brajesh. I just noticed this issue hasn't been replied yet so I just share the solution from Brajesh. Maybe you already solved it long time ago but just in case if somebody else have such issue again and check this repository.
Solution: Insert codes below to your theme or child theme's style.css file
.bpdev-popover textarea { max-width: 100%; }
Please note, 'textarea' here is the selector of textfield. If you do some customization work (like me) to change textfield to dropdown options, you need to replace this selector to your new selector.
Last but not least, please make sure you clear the browser cache and it should be ok.
Thanks a million again for Brajesh and BuddyDev.com to create such useful BuddyPress plugin and keep providing helps and maintenance for all plugins.
As the pic shows, the width of textarea is too big
how to fix it? and how to make it to be not resizeable?
The text was updated successfully, but these errors were encountered: