Ticket #46704: 46704.diff
File 46704.diff, 3.8 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
15 15 display: flex; 16 16 flex-wrap: wrap; 17 17 .widget { 18 -webkit-hyphens: auto; 19 -moz-hyphens: auto; 20 hyphens: auto; 18 21 width: 100%; 22 word-wrap: break-word; 19 23 @include media(desktop) { 20 24 margin-right: calc(3 * #{$size__spacing-unit}); 21 25 width: calc(50% - (3 * #{$size__spacing-unit})); … … 25 29 26 30 .site-info { 27 31 color: $color__text-light; 32 -webkit-hyphens: auto; 33 -moz-hyphens: auto; 34 hyphens: auto; 35 word-wrap: break-word; 28 36 29 37 a { 30 38 color: inherit; -
src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
30 30 .site-branding { 31 31 32 32 color: $color__text-light; 33 -webkit-hyphens: auto; 34 -moz-hyphens: auto; 35 hyphens: auto; 33 36 position: relative; 37 word-wrap: break-word; 34 38 35 39 @include media(tablet) { 36 40 margin: 0 $size__site-margins; -
src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
7 7 } 8 8 9 9 .comments-area { 10 -webkit-hyphens: auto; 11 -moz-hyphens: auto; 12 hyphens: auto; 10 13 margin: calc(2 * #{$size__spacing-unit}) $size__spacing-unit; 14 word-wrap: break-word; 11 15 @include postContentMaxWidth(); 12 16 13 17 @include media(tablet) { -
src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
147 147 blockquote { 148 148 hyphens: auto; 149 149 word-break: break-word; 150 word-wrap: break-word; 150 151 } 151 152 152 153 /* Do not hyphenate entry title on tablet view and bigger. */ -
src/wp-content/themes/twentynineteen/style.css
2389 2389 blockquote { 2390 2390 hyphens: auto; 2391 2391 word-break: break-word; 2392 word-wrap: break-word; 2392 2393 } 2393 2394 2394 2395 /* Do not hyphenate entry title on tablet view and bigger. */ … … 3734 3735 3735 3736 .site-branding { 3736 3737 color: #767676; 3738 -webkit-hyphens: auto; 3739 -moz-hyphens: auto; 3740 hyphens: auto; 3737 3741 position: relative; 3742 word-wrap: break-word; 3738 3743 } 3739 3744 3740 3745 @media only screen and (min-width: 768px) { … … 4514 4519 } 4515 4520 4516 4521 .comments-area { 4522 -webkit-hyphens: auto; 4523 -moz-hyphens: auto; 4524 hyphens: auto; 4517 4525 margin: calc(2 * 1rem) 1rem; 4518 4526 /* Add extra margin when the comments section is located immediately after the 4519 4527 * post itself (this happens on pages). 4520 4528 */ 4529 word-wrap: break-word; 4521 4530 } 4522 4531 4523 4532 @media only screen and (min-width: 768px) { … … 5029 5038 } 5030 5039 5031 5040 #colophon .widget-column .widget { 5041 -webkit-hyphens: auto; 5042 -moz-hyphens: auto; 5043 hyphens: auto; 5032 5044 width: 100%; 5045 word-wrap: break-word; 5033 5046 } 5034 5047 5035 5048 @media only screen and (min-width: 1168px) { … … 5041 5054 5042 5055 #colophon .site-info { 5043 5056 color: #767676; 5057 -webkit-hyphens: auto; 5058 -moz-hyphens: auto; 5059 hyphens: auto; 5060 word-wrap: break-word; 5044 5061 } 5045 5062 5046 5063 #colophon .site-info a {