Skip to content

Commit

Permalink
fix(code-snippet): allow horizontal scroll, add right padding to mult…
Browse files Browse the repository at this point in the history
…i-line snippet (#5704)

* fix(code-snippet): test possible fixes

* fix(code-snippet): remove test code
  • Loading branch information
tw15egan authored Mar 26, 2020
1 parent c76742b commit 25ab3f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@

// closed pre
.#{$prefix}--snippet--multi .#{$prefix}--snippet-container pre {
overflow: hidden;
overflow-x: scroll;
padding-right: $carbon--spacing-08;
padding-bottom: rem(24px);
}

Expand Down

0 comments on commit 25ab3f2

Please sign in to comment.