chore: avoid story with custom font size to affect of room list item stories in docs page (#32612)
This commit is contained in:
@@ -225,6 +225,15 @@ export const WithLargeFont: Story = {
|
|||||||
args: {
|
args: {
|
||||||
isSelected: true,
|
isSelected: true,
|
||||||
},
|
},
|
||||||
|
// Render the story in an iframe to avoid affecting other story
|
||||||
|
parameters: {
|
||||||
|
docs: {
|
||||||
|
story: {
|
||||||
|
inline: false,
|
||||||
|
iframeHeight: 170,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
decorators: [
|
decorators: [
|
||||||
(Story) => {
|
(Story) => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user