Skip to content

Commit b39f95c

Browse files
Administration: Fix overflow of long user display names on Edit Media screen.
1 parent 181c876 commit b39f95c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,10 @@ form#tags-filter {
523523
top: -1px;
524524
}
525525

526+
#post-body .misc-pub-uploadedby a {
527+
word-break: break-all;
528+
}
529+
526530
#post-body .misc-pub-uploadedto:before {
527531
content: "\f318";
528532
position: relative;

0 commit comments

Comments
 (0)