-
Notifications
You must be signed in to change notification settings - Fork 840
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
[EuiCallout] Set grow={false}
#5963
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_5963/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐛⚡
@cchaos Does this look ok? Just want to be sure you didn't intentionally allow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thank you for putting up the quick fix. I'm always surprised at implementations that use column flex layouts. 🦹♀️
Co-authored-by: Caroline Horn <[email protected]>
Preview documentation changes for this PR: https://eui.elastic.co/pr_5963/ |
Summary
#5870 updated
EuiCallout
to useEuiPanel
instead of adiv
. TheEuiPanel
configuration leftgrow
to use the default value oftrue
which addsflex-grow: 1;
and consumes vertical height when possible.This PR sets
grow={false}
on theEuiCallout
configuration.Checklist