mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
a906f897a2
commit
75d89a22ac
@ -3055,6 +3055,10 @@ img {
|
||||
left: -190px;
|
||||
}
|
||||
|
||||
code {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* General Metabox */
|
||||
.postbox {
|
||||
font-size: 14px;
|
||||
|
@ -3055,6 +3055,10 @@ img {
|
||||
right: -190px;
|
||||
}
|
||||
|
||||
code {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* General Metabox */
|
||||
.postbox {
|
||||
font-size: 14px;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user