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:
parent
bf2fe5d976
commit
24fda2c796
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user