Skip to content

Commit 20495fe

Browse files
Administration: Prevent long user display names from overflowing in media modal
1 parent c062c2f commit 20495fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-includes/css/media-views.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,6 +1810,10 @@
18101810
word-wrap: break-word;
18111811
}
18121812

1813+
.attachment-info .uploaded-by {
1814+
word-wrap: break-word;
1815+
}
1816+
18131817
.attachment-info .thumbnail {
18141818
position: relative;
18151819
float: left;

0 commit comments

Comments
 (0)