Allow WebKit browsers to break strings in `<code>` tags.

This prevents an overflow for example on Permalink Settings.

fixes #28161.
Built from https://develop.svn.wordpress.org/trunk@29501


git-svn-id: http://core.svn.wordpress.org/trunk@29279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-08-15 13:19:16 +00:00
parent a906f897a2
commit 75d89a22ac
4 changed files with 10 additions and 2 deletions

View File

@ -3055,6 +3055,10 @@ img {
left: -190px;
}
code {
word-wrap: break-word;
}
/* General Metabox */
.postbox {
font-size: 14px;

View File

@ -3055,6 +3055,10 @@ img {
right: -190px;
}
code {
word-wrap: break-word;
}
/* General Metabox */
.postbox {
font-size: 14px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long