How Can I Make Activity/Group Text Area Box Bigger?

The box to post an update or attach a file is somewhat squashed. I am working off a 24inch screen so I know it has nothing to do with page being scaled down. I just wanted to know if there was a fix.

check the screen shot…

Hello Stereotypical,

Add following line of CSS code in style.css or if you are using rtMedia you can find Custom CSS option in rtMedia settings. You can directly paste this code in given box.

#buddypress #whats-new-options { height: auto !important; overflow: hidden; }

Hope this helps you.

Thanks