mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
🐛 Fixed missing spacing after blockquote sections in emails viewed on iPads with iOS Mail (#13937)
refs https://github.com/TryGhost/Team/issues/1268 - bumps `@tryghost/kg-mobiledoc-html-renderer` which changes email rendering for rich-text blockquote sections so the contents is wrapped in `<p>`. E.g. `<blockquote>Text</blockquote>` becomes `<blockquote><p>Text</p></blockquote>` - in iOS Mail which has hardcoded/un-overridable `blockquote` styles that remove all margins it lets the `p` margins take effect to add back the missing vertical spacing. The change had no noticeable effect on other clients when testing Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
bae53c8044
commit
6a2eae1376
@ -75,7 +75,7 @@
|
||||
"@tryghost/kg-default-atoms": "3.1.0",
|
||||
"@tryghost/kg-default-cards": "5.15.11",
|
||||
"@tryghost/kg-markdown-html-renderer": "5.1.0",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "5.3.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "5.3.2",
|
||||
"@tryghost/limit-service": "1.0.8",
|
||||
"@tryghost/logging": "2.0.0",
|
||||
"@tryghost/magic-link": "1.0.14",
|
||||
|
@ -1513,10 +1513,10 @@
|
||||
markdown-it-mark "^3.0.0"
|
||||
semver "^7.3.4"
|
||||
|
||||
"@tryghost/kg-mobiledoc-html-renderer@5.3.1":
|
||||
version "5.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-mobiledoc-html-renderer/-/kg-mobiledoc-html-renderer-5.3.1.tgz#ee8dc66a48a4056f76cd64567fc3a1f36715aaa4"
|
||||
integrity sha512-GzJ9EwHBEyFpGwJPx03Hi/RNz0mdS+DK+LsvqxLg55VQGG6o05srikE0/uB3+ESg0rdH2GC+jYr36JirAdrKZw==
|
||||
"@tryghost/kg-mobiledoc-html-renderer@5.3.2":
|
||||
version "5.3.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-mobiledoc-html-renderer/-/kg-mobiledoc-html-renderer-5.3.2.tgz#24bca28af210335873ab782a7efbe472683240e4"
|
||||
integrity sha512-rGBAIMvlvGRWB7strog2PR1tbKJBpxMSKZCTUhSHxeDiNe1b4LLeKn8hUcvXf565DH72ORAbCazoNOEA3OZu9A==
|
||||
dependencies:
|
||||
mobiledoc-dom-renderer "^0.7.0"
|
||||
semver "^7.3.4"
|
||||
|
Loading…
Reference in New Issue
Block a user