Skip to content

Commit

Permalink
fix(code-snippet): set multi-line snippet overflow-x to auto (#4360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed Oct 17, 2019
1 parent 8532739 commit 302f040
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
.#{$prefix}--snippet--multi.#{$prefix}--snippet--expand
.#{$prefix}--snippet-container
pre {
overflow-x: scroll;
overflow-x: auto;
}

.#{$prefix}--snippet--multi .#{$prefix}--snippet-container pre::after {
Expand Down

0 comments on commit 302f040

Please sign in to comment.