From 9af01a5744c783beabc8c00c029365947e43214d Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 30 Jun 2015 13:29:39 -0500 Subject: [PATCH] fix(list): inset margin --- ionic/components/list/list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/list/list.scss b/ionic/components/list/list.scss index 70c5387687..2394b44e2e 100644 --- a/ionic/components/list/list.scss +++ b/ionic/components/list/list.scss @@ -27,7 +27,7 @@ $list-margin-bottom: 10px !default; list-style-type: none; - &.list-inset + &.list-inset, &[inset] { margin-top: 0; margin-left: -$content-padding;