diff --git a/wordpress.org/public_html/style/trac/wp-trac.css b/wordpress.org/public_html/style/trac/wp-trac.css
index 8102ffebe..c4465127c 100644
--- a/wordpress.org/public_html/style/trac/wp-trac.css
+++ b/wordpress.org/public_html/style/trac/wp-trac.css
@@ -2411,6 +2411,11 @@ a.mention.me {
 		word-wrap: normal;
 	}
 }
+@media (max-width: 374px) {
+	#attachments > div.attachments p {
+		position: initial;
+	}
+}
 @media (max-width: 360px) {
 	#header img {
 		margin-bottom: 0; /* push search down */
