- Timestamp:
- 04/23/2019 07:47:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss
r44149 r45258 16 16 flex-wrap: wrap; 17 17 .widget { 18 -webkit-hyphens: auto; 19 -moz-hyphens: auto; 20 -ms-hyphens: auto; 21 hyphens: auto; 18 22 width: 100%; 23 word-wrap: break-word; 19 24 @include media(desktop) { 20 25 margin-right: calc(3 * #{$size__spacing-unit}); … … 26 31 .site-info { 27 32 color: $color__text-light; 33 -webkit-hyphens: auto; 34 -moz-hyphens: auto; 35 -ms-hyphens: auto; 36 hyphens: auto; 37 word-wrap: break-word; 28 38 29 39 a {
Note: See TracChangeset
for help on using the changeset viewer.