Fix page layout: wrap long literals
This commit is contained in:
parent
f5d03ed1cf
commit
90e8ff7ac0
1 changed files with 8 additions and 0 deletions
|
|
@ -267,6 +267,14 @@ h3 {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* Prevent long literals from breaking the page layout's width */
|
||||
span.pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
overflow-x: auto;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
body > header {
|
||||
z-index: 1;
|
||||
margin-top: 100px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue