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: [fluent-text] removes display inheritance so all html elements can render #32874

Conversation

eljefe223
Copy link
Contributor

Previous Behavior

the catch all slotted selector was setting display: inherit, if the host has display: contents set it causes some html elements (SVG) to not render.

https://drafts.csswg.org/css-display/#unbox-svg

New Behavior

Removes the inheritance of the display

Related Issue(s)

  • Fixes #

@eljefe223 eljefe223 requested a review from a team as a code owner September 20, 2024 15:19
@fabricteam
Copy link
Collaborator

📊 Bundle size report

✅ No changes found

@fabricteam
Copy link
Collaborator

🕵 fluentui-web-components-v3 No visual regressions between this PR and main

@eljefe223 eljefe223 merged commit 4e32dbf into microsoft:master Oct 3, 2024
18 checks passed
mltejera pushed a commit to mltejera/office-ui-fabric-react that referenced this pull request Oct 3, 2024
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.

5 participants