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:
parent
996b21e660
commit
781309a11c
@ -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%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user