From 02dd3b2760134f8729fb15c23871a55167da5c25 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 5 Jan 2016 12:01:06 -0500 Subject: [PATCH] refactor(item): messing around with an actions attribute references #279 --- ionic/components/item/item.scss | 6 ++++++ ionic/components/item/test/buttons/main.html | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ionic/components/item/item.scss b/ionic/components/item/item.scss index 9e97a098f4..c71669f660 100644 --- a/ionic/components/item/item.scss +++ b/ionic/components/item/item.scss @@ -75,6 +75,12 @@ ion-item-content { } } +.item[actions] { + ion-item-content { + text-align: center; + } +} + [text-wrap] ion-item-content { white-space: normal; } diff --git a/ionic/components/item/test/buttons/main.html b/ionic/components/item/test/buttons/main.html index b840cf2956..588d2bf9e9 100644 --- a/ionic/components/item/test/buttons/main.html +++ b/ionic/components/item/test/buttons/main.html @@ -48,11 +48,11 @@ - - - - - + + + + +