-
Notifications
You must be signed in to change notification settings - Fork 844
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
[EuiAccordion] Doesn't adjust exposed height when content height changes #3136
Comments
|
Hi, I'd like to try this! |
@winnllam go for it! We'll take a look at a PR, but we do not assign issues out.
Line 11 in b93bca7
|
This usually happens the parent's width changes forcing the content to reflow and increase/decrease in height.
The EuiAccordion component should watch for changes in the children's size and auto-adjust.
The text was updated successfully, but these errors were encountered: