Fixes overflow for <pre> blocks without .code.
This commit is contained in:
parent
934dbef44c
commit
32dbf30781
1 changed files with 6 additions and 0 deletions
|
|
@ -483,6 +483,12 @@ blockquote {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.post-content {
|
||||
pre:not(.code) {
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
.information {
|
||||
@extend .tile;
|
||||
border-top: 1px solid $border-color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue