Skip to content

Commit

Permalink
Update packages/carbon-web-components/src/components/code-snippet/cod…
Browse files Browse the repository at this point in the history
…e-snippet.ts

Co-authored-by: Matthew Oliveira <m4olivei@gmail.com>
  • Loading branch information
marcelojcs and m4olivei committed Jul 2, 2024
1 parent 7741eff commit 77fe46c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class CDSCodeSnippet extends FocusMixin(LitElement) {
<pre
@scroll="${(type === CODE_SNIPPET_TYPE.MULTI && handleScroll) ||
null}"
part="pre pre-${type}"><code part="content content-${type}"><slot></slot></code></pre>
part="pre pre--${type}"><code part="content content--${type}"><slot></slot></code></pre>
</div>
${hasLeftOverflow
Expand Down

0 comments on commit 77fe46c

Please sign in to comment.