Media: Prevent URLs from overflowing their container in the media editor.
This changeset also introduces the `.word-wrap-break-word` class which can be used to apply `word-wrap: break-word` to admin elements when needed. Props mitogh, costdev, kapilpaul, alamgircsebd, sabernhardt, anantajitjg, afercia, circlecube, SergeyBiryukov, rafiahmedd, audrasjb. Fixes #55393. Built from https://develop.svn.wordpress.org/trunk@53777 git-svn-id: http://core.svn.wordpress.org/trunk@53336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -950,6 +950,7 @@ a#remove-post-thumbnail:hover,
|
||||
padding: 6px 10px 8px;
|
||||
}
|
||||
|
||||
.word-wrap-break-word,
|
||||
.misc-pub-filename {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -949,6 +949,7 @@ a#remove-post-thumbnail:hover,
|
||||
padding: 6px 10px 8px;
|
||||
}
|
||||
|
||||
.word-wrap-break-word,
|
||||
.misc-pub-filename {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user