From 10179c351ddd2ece3f46162df827ee5835cbe524 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 11 Jul 2016 16:15:23 -0400 Subject: [PATCH] docs(item): add link to the utility attributes in item api docs closes driftyco/ionic-site#661 --- src/components/item/item.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/item/item.ts b/src/components/item/item.ts index 41d3b4d5f5..fa0f3579ed 100644 --- a/src/components/item/item.ts +++ b/src/components/item/item.ts @@ -123,6 +123,10 @@ import { Label } from '../label/label'; * Any element directly placed inside of an `` that does not have one of the previously mentioned * attributes and isn't one of the above elements will be placed inside of a [Label](../../label/Label). * + * ### Text Alignment + * By default, Items will align text to the left and add an ellipsis when the text is wider than the item. + * See the [Utility Attributes Documentation](../../../../theming/css-utilities/) for attributes that can + * be added to `ion-item` to transform the text. * * @usage *