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

This prevents an overflow for example on Permalink Settings.

fixes #28161.

git-svn-id: https://develop.svn.wordpress.org/trunk@29501 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-15 13:18:52 +00:00
parent 9a331801d5
commit 63ec249db9

View File

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