Skip to content

Commit

Permalink
fix(item): add min-height to item-inner to remove gap between items
Browse files Browse the repository at this point in the history
fixes #5350
  • Loading branch information
brandyscarney committed Feb 17, 2016
1 parent eea7416 commit 90f165f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ionic/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
padding: 0;
border: 0;
overflow: hidden;

min-height:inherit;

flex: 1;
flex-direction: inherit;
align-items: inherit;
Expand Down

0 comments on commit 90f165f

Please sign in to comment.