mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
parent
933cf845c8
commit
00679ee425
1 changed files with 1 additions and 3 deletions
|
@ -190,9 +190,7 @@
|
||||||
class:bx--snippet-container="{true}"
|
class:bx--snippet-container="{true}"
|
||||||
style="width: 100%; min-height: {minHeight}px; max-height: {maxHeight}"
|
style="width: 100%; min-height: {minHeight}px; max-height: {maxHeight}"
|
||||||
>
|
>
|
||||||
<pre bind:this="{ref}">
|
<pre bind:this="{ref}"><code><slot>{code}</slot></code></pre>
|
||||||
<code><slot>{code}</slot></code>
|
|
||||||
</pre>
|
|
||||||
</div>
|
</div>
|
||||||
{#if !hideCopyButton}
|
{#if !hideCopyButton}
|
||||||
<CopyButton
|
<CopyButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue