Twenty Fifteen: prevent too-wide tables from popping out of posts.
Props iamtakashi, fixes #30420 Built from https://develop.svn.wordpress.org/trunk@30566 git-svn-id: http://core.svn.wordpress.org/trunk@30555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
654047e35b
commit
a88ec3f9de
|
@ -406,6 +406,7 @@ table {
|
|||
border-spacing: 0;
|
||||
border-width: 1px 0 0 1px;
|
||||
margin: 0 0 1.6em;
|
||||
table-layout: fixed; /* Prevents HTML tables from becoming too wide */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30565';
|
||||
$wp_version = '4.1-beta2-30566';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue