Skip to content

Commit

Permalink
fix: return ws-preview-html class to core examples (#4111)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jun 27, 2024
1 parent f5e5184 commit fc0de79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const Example = ({
livePreview = (
<div
className={css(
'ws-preview-html', // core uses this class name to apply styles to specific examples
isFullscreenPreview && 'pf-v6-u-h-100'
)}
dangerouslySetInnerHTML={{ __html: editorCode }}
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/documentation-framework": "6.0.0-alpha.48",
"@patternfly/documentation-framework": "6.0.0-alpha.50",
"@patternfly/react-catalog-view-extension": "6.0.0-alpha.2",
"@patternfly/react-console": "6.0.0-alpha.1",
"@patternfly/react-docs": "7.0.0-alpha.75",
Expand Down

0 comments on commit fc0de79

Please sign in to comment.