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:
parent
9a331801d5
commit
63ec249db9
@ -3055,6 +3055,10 @@ img {
|
||||
right: -190px;
|
||||
}
|
||||
|
||||
code {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* General Metabox */
|
||||
.postbox {
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user