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.
+ {#if selected === 1} +