Skip to content

Commit

Permalink
chore(sass): fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 26, 2016
1 parent c784e08 commit 60f02ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/popover/popover.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/components/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ion-popover {
ion-page {
position: relative;
display: flex;

height: auto;
}
}
Expand Down

0 comments on commit 60f02ce

Please sign in to comment.