pre wasn't kept in line with #content width so was overflowing
This commit is contained in:
parent
a5fe608b2e
commit
ce7860ebc6
1 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,11 @@ blockquote {
|
|||
|
||||
pre {
|
||||
min-height: 2em;
|
||||
max-width: calc(100% - 2em);
|
||||
/*
|
||||
* Not sure why this isn't the same as the #content width.
|
||||
* Is the font size different for some reason?
|
||||
* */
|
||||
max-width: 82em;
|
||||
width: fit-content;
|
||||
overflow:scroll;
|
||||
/*background: #444;*/
|
||||
|
|
Loading…
Reference in a new issue