Home › Forums › Support › Buddypress & Input field of "what's new" › Reply To: Buddypress & Input field of "what's new"
November 9, 2015 at 2:08 pm
#151648
Lead Developer
Lead Developer
Looks like BuddyPress sets the height using javascript.
You can overwrite it with this CSS:
#buddypress form#whats-new-form textarea {
min-height: 50px !important;
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development