Prevent long inline code from blowing out page width on mobile.

This commit is contained in:
russell@unturf.com 2026-02-09 09:44:38 -05:00
parent 165aea2ca3
commit fa6b3aab73

View file

@ -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;