From ed303a3aa773fefb158fa4270e765df8265a56d4 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 13 Oct 2015 10:58:13 -0400 Subject: [PATCH] fix(item-sliding): changed display on ion-items-option to remove space between options added some danger buttons to make sure the space stays removed --- ionic/components/item/item.scss | 2 +- ionic/components/item/test/sliding/main.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ionic/components/item/item.scss b/ionic/components/item/item.scss index b46024342b..f2f481a172 100644 --- a/ionic/components/item/item.scss +++ b/ionic/components/item/item.scss @@ -148,7 +148,7 @@ ion-item-sliding-content { flex: 1; } ion-item-options { - display: block; + display: flex; position: absolute; top: 0; right: 0; diff --git a/ionic/components/item/test/sliding/main.html b/ionic/components/item/test/sliding/main.html index be2ee91f01..1235b8cd7f 100644 --- a/ionic/components/item/test/sliding/main.html +++ b/ionic/components/item/test/sliding/main.html @@ -19,6 +19,7 @@

+ @@ -29,6 +30,7 @@

+