-
Notifications
You must be signed in to change notification settings - Fork 26
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
refactor(collapsible-panel): add min-height
#616
Conversation
|
Normal Panel is fine with the 8px more. ✅ |
@Shecki yep, we can pass in |
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.
👌
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.
Can you use isCondensed
to conditionally set the min height as requested by Sven?
7962377
to
005d56b
Compare
Maybe need to rebase to master for circle to pick up the build? |
005d56b
to
3dd5856
Compare
this |
Summary
min-height
of32px
on CollapsiblePanel's header sectionThis is done to anticipate use cases that renders
{Secondary|Primary}Button
on the headerWith this, we can experience that the header's height "jumps" when
{Secondary|Primary}Button
are conditionally rendered