Index: bbp-theme-compat/css/bbpress-rtl.css
===================================================================
--- bbp-theme-compat/css/bbpress-rtl.css	(revision 4118)
+++ bbp-theme-compat/css/bbpress-rtl.css	(working copy)
@@ -30,6 +30,10 @@
 	background-color: #fbfbfb;
 }
 
+#bbpress-forums div.reply {
+	height: auto;
+}
+
 #bbpress-forums div.bbp-topic-header,
 #bbpress-forums div.bbp-reply-header {
 	background-color: #f4f4f4;
Index: bbp-theme-compat/css/bbpress.css
===================================================================
--- bbp-theme-compat/css/bbpress.css	(revision 4118)
+++ bbp-theme-compat/css/bbpress.css	(working copy)
@@ -30,6 +30,10 @@
 	background-color: #fbfbfb;
 }
 
+#bbpress-forums div.reply {
+	height: auto;
+}
+
 #bbpress-forums div.bbp-topic-header,
 #bbpress-forums div.bbp-reply-header {
 	background-color: #f4f4f4;
