Index: buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css
===================================================================
--- buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css	(revision 12385)
+++ buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css	(working copy)
@@ -196,3 +196,7 @@
 		background-position-x: 55px;
 	}
 }
+
+#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content {
+    width: 100% !important;
+}
\ No newline at end of file
Index: buddypress.org/public_html/wp-content/themes/bb-base/style.css
===================================================================
--- buddypress.org/public_html/wp-content/themes/bb-base/style.css	(revision 12385)
+++ buddypress.org/public_html/wp-content/themes/bb-base/style.css	(working copy)
@@ -1801,3 +1801,6 @@
 	}
 }
 
+h3{
+	word-break: break-word;
+}
\ No newline at end of file
Index: wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_search-form.scss
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_search-form.scss	(revision 12385)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_search-form.scss	(working copy)
@@ -113,4 +113,13 @@
 		padding: 0.5rem;
 		width: 100%;
 	}
-}
\ No newline at end of file
+
+}
+
+
+.search-form {
+	.search-field {
+		padding-right: 56px;
+	}
+}
+
