mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Twenty Twelve: fix long word overflow in IE9 and FF15 by using word-wrap instead of word-break, fixes #21503.
git-svn-id: https://develop.svn.wordpress.org/trunk@21720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -550,15 +550,13 @@ section[role="banner"] {
|
||||
|
||||
/* Sidebar */
|
||||
.widget-area .widget {
|
||||
overflow: hidden;
|
||||
-moz-hyphens: auto;
|
||||
-ms-word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
margin-bottom: 48px;
|
||||
margin-bottom: 3.428571429rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.widget-area .widget h3 {
|
||||
margin-bottom: 24px;
|
||||
|
||||
Reference in New Issue
Block a user