chore(sass): fix linter errors

This commit is contained in:
Brandy Carney
2016-05-26 13:42:33 -04:00
parent c784e08e98
commit 60f02ce04d
2 changed files with 2 additions and 3 deletions

View File

@@ -19,11 +19,9 @@ $popover-md-item-background: $popover-md-background !default;
}
.popover-content {
width: $popover-md-width;
min-width: 0;
min-height: 0;
width: $popover-md-width;
max-height: $popover-md-max-height;
border-radius: $popover-md-border-radius;

View File

@@ -39,6 +39,7 @@ ion-popover {
ion-page {
position: relative;
display: flex;
height: auto;
}
}