diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
index f67180174..fb558dbe7 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
@@ -3741,6 +3741,15 @@ section {
 	padding-left: 10%;
 }
 
+@media screen and (min-width: 767px) and (max-width: 768px){
+	.site-header:not(.home) .search-form .search-field + .button-search {
+		height: 1.5625rem;
+		padding: 0 0.8rem;
+		vertical-align: top;
+		line-height: 1;
+	}
+}
+
 @media screen and (max-width: 568px) {
 	.bbpress #bbpress-forums div.bbp-reply-author,
 	.bbpress #bbpress-forums div.bbp-topic-author {
