-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make expansion panel height configurable #5641
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
I'm facing the same issue, any news about this? |
jelbourn
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
Aug 23, 2017
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 25, 2017
…ized Uses the new Angular animations features, that allow for dynamic values to be passed to an animation, to let consumers customize the `md-expansion-panel-header` height. Fixes angular#5641.
jelbourn
pushed a commit
that referenced
this issue
Aug 30, 2017
…ized Uses the new Angular animations features, that allow for dynamic values to be passed to an animation, to let consumers customize the `md-expansion-panel-header` height. Fixes #5641.
Your first example is invalid @TqrHsn. You should use |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Proposal
What is the expected behavior?
Height of the md-expansion-panel-header should be configurable.
What is the current behavior?
Currently there is no way of doing it. I can only override it in css with important but then there is no animation.
What are the steps to reproduce?
Open material demo app and see expansion panel header.
What is the use-case or motivation for changing an existing behavior?
Custom header height.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
All
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: