Prevent long inline code from blowing out page width on mobile.
This commit is contained in:
parent
165aea2ca3
commit
fa6b3aab73
1 changed files with 5 additions and 0 deletions
|
|
@ -207,6 +207,11 @@ p.whats-next {
|
|||
margin-block: 16px;
|
||||
}
|
||||
|
||||
.node-data {
|
||||
overflow-wrap: anywhere;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.preview p,
|
||||
.node p {
|
||||
margin-top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue