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:
Ian Stewart 2014-11-25 15:04:23 +00:00
parent 654047e35b
commit a88ec3f9de
2 changed files with 2 additions and 1 deletions

View File

@ -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%;
}

View File

@ -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.