From 1ff05358f77670d5be8fd18b95bd73e71cd2d63e Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 27 Jun 2020 21:19:45 +0800 Subject: [PATCH] Fix misleading docs --- docs/src/pages/configurations/add-custom-body/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/configurations/add-custom-body/index.md b/docs/src/pages/configurations/add-custom-body/index.md index 371a868d413d..6456dc6b0920 100644 --- a/docs/src/pages/configurations/add-custom-body/index.md +++ b/docs/src/pages/configurations/add-custom-body/index.md @@ -8,7 +8,7 @@ Sometimes, you may need to add different tags to the HTML body. This is useful f You can accomplish this by creating a file called `preview-body.html` inside the Storybook config directory and add tags like this: ```html -
+
``` If using relative sizing in your project (like `rem` or `em`), you may update the base `font-size` by adding a `style` tag to `preview-body.html`: