Skip to content
Snippets Groups Projects
Unverified Commit 5d4de413 authored by Marianne Lê's avatar Marianne Lê Committed by GitHub
Browse files

adds `overflow-x: auto` to `figure.highlight` (#727)


without overflow-x: auto; a very long line of code will overflow the box and look awkward


Co-authored-by: default avatarMatt Wang <matt@matthewwang.me>
parent 38e3ed68
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ figure.highlight {
padding: $sp-3;
margin-top: 0;
margin-bottom: $sp-3;
overflow-x: auto;
background-color: $code-background-color;
border-radius: $border-radius;
box-shadow: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment