Skip to content

Commit

Permalink
fix(design): add overflow on x-axis for code
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRamirez committed Oct 26, 2020
1 parent f156529 commit 0a50ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ h2 {
border-radius: 0.25rem;
line-height: 1.5;
margin-left: 2rem;
overflow-x: auto;
padding: 0.5rem;
width: calc(100% - 5rem);
code {
Expand Down

0 comments on commit 0a50ede

Please sign in to comment.