From bd38f26f9c9324ea04d15fb670acf40465aef901 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 7 Mar 2019 11:11:56 -0500 Subject: [PATCH] docs(label): update usage to place text-wrap on label (#17705) closes ionic-team/ionic-docs#467 --- .../components/item-divider/test/preview/index.html | 8 ++++---- core/src/components/item/test/basic/index.html | 2 +- core/src/components/label/readme.md | 12 ++++++------ core/src/components/label/usage/angular.md | 4 ++-- core/src/components/label/usage/javascript.md | 4 ++-- core/src/components/label/usage/react.md | 4 ++-- core/src/components/label/usage/vue.md | 4 ++-- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/core/src/components/item-divider/test/preview/index.html b/core/src/components/item-divider/test/preview/index.html index f0d09880da..01c0fe367f 100644 --- a/core/src/components/item-divider/test/preview/index.html +++ b/core/src/components/item-divider/test/preview/index.html @@ -35,7 +35,7 @@ - + Divider in List @@ -84,8 +84,8 @@ button - - + + Multiline text that should wrap when it is too long to fit on one line in the item. Attribute on .item @@ -108,7 +108,7 @@ - +

H1 Title Text

diff --git a/core/src/components/item/test/basic/index.html b/core/src/components/item/test/basic/index.html index 7b4cb2953e..ba10da05d4 100644 --- a/core/src/components/item/test/basic/index.html +++ b/core/src/components/item/test/basic/index.html @@ -64,7 +64,7 @@ - Multiline text that should wrap when it is too long to fit on one line in the item. Attribute on .item + Multiline text that should wrap when it is too long to fit on one line in the item. Attribute on ion-label diff --git a/core/src/components/label/readme.md b/core/src/components/label/readme.md index 595866899f..889ee89408 100644 --- a/core/src/components/label/readme.md +++ b/core/src/components/label/readme.md @@ -26,8 +26,8 @@ Label is a wrapper element that can be used in combination with `ion-item`, `ion Default Item
- - + + Multi-line text that should wrap when it is too long to fit on one line in the item. @@ -90,8 +90,8 @@ const Example: React.SFC<{}> = () => ( Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item. @@ -153,8 +153,8 @@ export default Example; Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/label/usage/angular.md b/core/src/components/label/usage/angular.md index 684ac17e89..d922cea886 100644 --- a/core/src/components/label/usage/angular.md +++ b/core/src/components/label/usage/angular.md @@ -14,8 +14,8 @@ Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/label/usage/javascript.md b/core/src/components/label/usage/javascript.md index 684ac17e89..d922cea886 100644 --- a/core/src/components/label/usage/javascript.md +++ b/core/src/components/label/usage/javascript.md @@ -14,8 +14,8 @@ Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/label/usage/react.md b/core/src/components/label/usage/react.md index ec8a48fea5..a3ea76d79a 100644 --- a/core/src/components/label/usage/react.md +++ b/core/src/components/label/usage/react.md @@ -20,8 +20,8 @@ const Example: React.SFC<{}> = () => ( Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item. diff --git a/core/src/components/label/usage/vue.md b/core/src/components/label/usage/vue.md index bcea9d344e..b49c1d374c 100644 --- a/core/src/components/label/usage/vue.md +++ b/core/src/components/label/usage/vue.md @@ -15,8 +15,8 @@ Default Item - - + + Multi-line text that should wrap when it is too long to fit on one line in the item.