From: Laury GvR Date: Mon, 17 Apr 2017 19:07:13 +0000 (-0400) Subject: Wrapping the overflow of the uploaded image name in the Media tab in admin X-Git-Tag: v2.9.15^2~15^2~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ff44170b456674aa30920ec5ada9da850e2f8f9f;p=WP-Plugins%2Fglm-member-db.git Wrapping the overflow of the uploaded image name in the Media tab in admin --- diff --git a/css/admin.css b/css/admin.css index 437e4999..b0939522 100644 --- a/css/admin.css +++ b/css/admin.css @@ -274,6 +274,9 @@ input, select, .button { .glm-admin-image-edit-table td { padding: 5px; } +.glm-admin-image-edit-table span { + overflow-wrap: break-word; +} .glm-admin-export-button { clear: both; float: right;