diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css
index e4f73890ee..7b13614e1d 100644
--- a/src/wp-admin/css/themes.css
+++ b/src/wp-admin/css/themes.css
@@ -184,6 +184,13 @@ body.js .theme-browser.search-loading {
 	opacity: 1;
 }
 
+@media only screen and ( min-width: 769px ) {
+	.theme-browser.rendered .theme:hover .theme-name,
+	.theme-browser.rendered .theme:focus .theme-name {
+		width: 40%;
+	}
+}
+
 /* Current theme needs to have its action always on view */
 .theme-browser .theme.active:focus .theme-actions {
 	display: block;
