diff --git a/docs/src/pages/framed/CodeSnippet/HiddenCodeSnippet.svelte b/docs/src/pages/framed/CodeSnippet/HiddenCodeSnippet.svelte
index 29987a3c..079d8b05 100644
--- a/docs/src/pages/framed/CodeSnippet/HiddenCodeSnippet.svelte
+++ b/docs/src/pages/framed/CodeSnippet/HiddenCodeSnippet.svelte
@@ -1,38 +1,32 @@
- Tab 2 contains a multi-line code snippet.
- Inactive tab content is visually hidden but still rendered in the DOM.
- As a result, the "Show more" button will not appear because the computed
- height of the code element is 0.
-
- To work around this, you can force the code snippet to be re-rendered
- when the tab content is active.
- The "Show more" button should appear.