diff --git src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
index 3e3c83b78..4465aeca1 100644
--- src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
+++ src/bp-templates/bp-nouveau/js/buddypress-activity-post-form.js
@@ -626,6 +626,8 @@ window.bp = window.bp || {};
 				height : 'auto'
 			} );
 
+			this.$el.addClass( 'activity-form-expanded' );
+
 			// Add the container view for buttons or custom fields.
 			if ( true === this.options.backcompat.post_form_options ) {
 				this.views.add( new bp.Views.FormOptions( { model: this.model } ) );
@@ -662,6 +664,8 @@ window.bp = window.bp || {};
 				height : '50px'
 			} );
 
+			this.$el.removeClass( 'activity-form-expanded' );
+
 			// Reset the model
 			this.model.clear();
 			this.model.set( this.resetModel.attributes );
