-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Fix accordion icon alignment #33418
base: master
Are you sure you want to change the base?
Fix accordion icon alignment #33418
Conversation
📊 Bundle size reportUnchanged fixtures
|
Pull request demo site: URL |
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.
Hey @vs4vijay, thanks for the PR! Just need to tackle the comment about the storybook stories and then we're good to go.
@@ -33,3 +33,24 @@ WithIcon.parameters = { | |||
}, | |||
}, | |||
}; | |||
|
|||
export const WithLongHeaderText = () => ( |
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.
We may not need a separate story for this on the storybook website. I suggest verifying if this scenario is already covered by the Visual Regression tests here, and if not, adding this story there.
Fixes #33347