Twenty Twelve: fix for long words getting hidden in widgets. Props DrewAPicture, closes #21503.

git-svn-id: https://develop.svn.wordpress.org/trunk@21477 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-08 16:21:14 +00:00
parent bf2fe5d976
commit 24fda2c796

View File

@ -453,6 +453,12 @@ a:hover {
/* Page structure */
.wrapper {
overflow: hidden;
-moz-hyphens: auto;
-ms-word-break: break-all;
-webkit-hyphens: auto;
hyphens: auto;
word-break: break-all;
word-break: break-word;
}
.site {
padding: 0 24px;