Twenty Twelve: better fix for long words getting hidden in widgets, putting the rules in the correct selector, props obenland. Closes #21503.
git-svn-id: https://develop.svn.wordpress.org/trunk@21517 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
64746c8d75
commit
8b7561bee8
@ -455,12 +455,6 @@ 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;
|
||||
@ -628,6 +622,13 @@ section[role="banner"] {
|
||||
|
||||
/* Sidebar */
|
||||
.widget-area .widget {
|
||||
overflow: hidden;
|
||||
-moz-hyphens: auto;
|
||||
-ms-word-break: break-all;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
margin-bottom: 48px;
|
||||
margin-bottom: 3.428571429rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user