Replace source block's margin with padding
This should help reduce the amount of overlap there is between the source code and the scroll bar that the browser shows if a source block isn't wide enough.
This commit is contained in:
parent
334b8b6a05
commit
2a68a3850c
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
pre.src {
|
pre.src {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin: 0;
|
||||||
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue