Skip to content

Commit cc82ccd

Browse files
committed
Uploads: Fix media uploader styling issue for long filenames.
This changeset resolves an issue where long filenames in the media uploader modal would overflow their container. By adding `word-break: break-all;` to the `.upload-error-filename` class, filenames now properly break into multiple lines. Props kharisblank, audrasjb, sainathpoojary. Fixes #62980. git-svn-id: https://develop.svn.wordpress.org/trunk@59834 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a16dd4f commit cc82ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@
14211421

14221422
.upload-errors .upload-error-filename {
14231423
font-weight: 600;
1424+
word-break: break-all;
14241425
}
14251426

14261427
.upload-errors .upload-error-message {

0 commit comments

Comments
 (0)