Open
Description
Bug, feature request, or proposal:
Does not anchor to bottom of card properly, when the card's height is set externally.
What is the expected behavior?
The footer should always be at the bottom, high enough to contain all the height of its contents.
What is the current behavior?
The footer is placed under the last element and does not stick to the bottom of the parent element.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-batbcz
- Get the card example.
- Swap the buttons from to
- Set a greater height than necessary for the card (could be a flex container expanding the card, but in the example it's set inline)
What is the use-case or motivation for changing an existing behavior?
The footer doesn't do what it claims.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
At least chrome 66 , Angular Material v 5.2.5