Twenty Fifteen: prevent too-wide tables from popping out of posts.

Props iamtakashi, fixes #30420



git-svn-id: https://develop.svn.wordpress.org/trunk@30566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2014-11-25 15:03:49 +00:00
parent 996b21e660
commit 781309a11c

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