Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vs4vijay
Copy link
Member

@vs4vijay vs4vijay commented Dec 6, 2024

Fixes #33347

@vs4vijay vs4vijay requested a review from a team as a code owner December 6, 2024 14:50
Copy link

github-actions bot commented Dec 6, 2024

📊 Bundle size report

Package & Exports Baseline (minified/GZIP) PR Change
react-accordion
Accordion (including children components)
106.71 kB
32.714 kB
106.746 kB
32.731 kB
36 B
17 B
react-components
react-components: Accordion, Button, FluentProvider, Image, Menu, Popover
220.62 kB
63.913 kB
220.656 kB
63.932 kB
36 B
19 B
react-components
react-components: entire library
1.163 MB
291.471 kB
1.163 MB
291.488 kB
36 B
17 B
Unchanged fixtures
Package & Exports Size (minified/GZIP)
react-components
react-components: Button, FluentProvider & webLightTheme
69.21 kB
20.174 kB
react-components
react-components: FluentProvider & webLightTheme
44.447 kB
14.59 kB
react-portal-compat
PortalCompatProvider
8.39 kB
2.64 kB
react-timepicker-compat
TimePicker
107.39 kB
35.763 kB
🤖 This report was generated against e62436ba4b491f26af396d363b4c229e7e2b552b

Copy link

github-actions bot commented Dec 6, 2024

Pull request demo site: URL

Copy link
Contributor

@dmytrokirpa dmytrokirpa left a 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 = () => (
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: fluent-accordion icons aligned incorrectly with multiline header
2 participants