Skip to content

Commit

Permalink
fix #62125 no wrap and scroll for source code examples (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdd authored Jul 5, 2024
1 parent 1e7df53 commit d227965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,8 @@ div.tip p:first-child {
}
.docs .example-contents pre {
margin:0;
overflow-x:auto;
white-space:pre;
}
.docs .example-contents > [class$="code"],
.docs .example-contents.screen,
Expand Down

0 comments on commit d227965

Please sign in to comment.