projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ee3c9
)
Wrapping the overflow of the uploaded image name in the Media tab in admin
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 17 Apr 2017 19:07:13 +0000
(15:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 17 Apr 2017 19:07:13 +0000
(15:07 -0400)
css/admin.css
patch
|
blob
|
history
diff --git
a/css/admin.css
b/css/admin.css
index
437e499
..
b093952
100644
(file)
--- 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;