diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css
index dc94f6831..fbf505959 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/style.css
@@ -950,6 +950,15 @@ a.wpsc-hero-learnmore {
 	}
 }
 
+/* Smaller devices */
+@media ( max-width: 400px ) { 
+	textarea.text {
+		width: 100%;
+		margin: 0;
+		padding-right: 0;
+	}
+}
+
 /* Smaller devices */
 @media ( max-width: 350px ) {
 	.home .wpsc-recent > li {
