Skip to content

Commit

Permalink
fix: [fluent-text] removes display inheritance so all html elements c…
Browse files Browse the repository at this point in the history
…an render (#32874)
  • Loading branch information
eljefe223 authored Oct 3, 2024
1 parent b4e0624 commit 4e32dbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "fix: removes display inheritance so all html elements can render",
"packageName": "@fluentui/web-components",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion packages/web-components/src/text/text.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export const styles = css`
}
::slotted(*) {
display: inherit;
font: inherit;
line-height: inherit;
text-decoration-line: inherit;
Expand Down

0 comments on commit 4e32dbf

Please sign in to comment.