diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-08-14 14:52:36 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-08-14 16:38:38 -0700 |
commit | 66a09b924f92529993f65f964d6e9f392937fe77 (patch) | |
tree | 15bbb24fbe7df1a1a63b199270e1c76ef3856357 | |
parent | 04705f436482606f8b8c1df6d0eb6a16a8069f97 (diff) | |
download | qtlocation-mapboxgl-66a09b924f92529993f65f964d6e9f392937fe77.tar.gz |
Fix line break
-rw-r--r-- | platform/darwin/docs/guides/For Style Authors.md.ejs | 3 | ||||
-rw-r--r-- | platform/ios/docs/guides/For Style Authors.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/platform/darwin/docs/guides/For Style Authors.md.ejs b/platform/darwin/docs/guides/For Style Authors.md.ejs index 906892b525..940c9b1042 100644 --- a/platform/darwin/docs/guides/For Style Authors.md.ejs +++ b/platform/darwin/docs/guides/For Style Authors.md.ejs @@ -56,7 +56,8 @@ Studio, especially when multitasking is enabled. Your user’s viewing distance may be shorter than on a desktop computer. Some of your users may use the Larger Dynamic Type and Accessibility Text features to increase the size of all text on the device. You can use the -[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s font and icon sizes accordingly. +[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s + font and icon sizes accordingly. <% } -%> Design sprite images and choose font weights that look crisp on both diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index b8e3a16889..af575d7461 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -41,7 +41,8 @@ Studio, especially when multitasking is enabled. Your user’s viewing distance may be shorter than on a desktop computer. Some of your users may use the Larger Dynamic Type and Accessibility Text features to increase the size of all text on the device. You can use the -[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s font and icon sizes accordingly. +[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s + font and icon sizes accordingly. Design sprite images and choose font weights that look crisp on both standard-resolution displays and Retina displays. This SDK supports the same |