From: RafiBomb Date: Thu, 17 Mar 2016 18:48:12 +0000 (-0700) Subject: updates inky version X-Git-Tag: v2.0.0-rc.4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847144e181d667849604dd465d2f7e05b69f1b72;p=thirdparty%2Ffoundation%2Ffoundation-emails.git updates inky version --- diff --git a/package.json b/package.json index 3cc0e5a4..9593126b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-sass-lint": "^1.1.1", "gulp-sourcemaps": "^1.6.0", "gulp-wrap": "^0.11.0", - "inky": "^1.2.3", + "inky": "^1.2.5", "lazypipe": "^1.0.1", "motion-ui": "^1.1.1", "multiline": "^1.0.2", diff --git a/scss/components/_type.scss b/scss/components/_type.scss index 257ada33..2639de81 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -167,7 +167,7 @@ h4, h5, h6 { color: $header-color; - word-break: normal; + word-wrap: normal; font-family: $header-font-family; font-weight: $header-font-weight; margin-bottom: $header-margin-bottom;