Index: src/wp-admin/css/common.css
===================================================================
--- src/wp-admin/css/common.css	(revision 29546)
+++ src/wp-admin/css/common.css	(working copy)
@@ -2168,7 +2168,10 @@
 	font-family: "Helvetica Neue", sans-serif;
 	padding:0;
 	margin: 0;
-	max-width: 760px;
+	max-width: 680px;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	white-space: nowrap;
 }
 
 #plugin-information-title.with-banner h2 {
@@ -2176,7 +2179,6 @@
 	font-size: 30px;
 	line-height: 50px;
 	font-weight: bold;
-	max-width: 760px;
 	padding: 0 15px;
 	margin: 174px 0 0 10px;
 	color: #fff;
@@ -2423,7 +2425,7 @@
 	font-size: 13px;
 }
 
-@media screen and ( max-height: 500px ) {
+@media screen and ( max-width: 771px ) {
 	#plugin-information-title.with-banner {
 		height: 100px;
 		bottom: 100px;
@@ -2433,6 +2435,7 @@
 		margin-top: 30px;
 		font-size: 20px;
 		line-height: 40px;
+		max-width: 85%;
 	}
 
 	#plugin-information-title.with-banner div.vignette {
@@ -2440,9 +2443,7 @@
 		bottom: 100px;
 		width: 800%;
 	}
-}
 
-@media screen and ( max-width: 771px ) {
 	#plugin-information-tabs {
 		overflow: hidden; /* clearfix */
 		padding: 0;
