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