meanas/docs/stylesheets/extra.css

13 lines
199 B
CSS
Raw Normal View History

2026-04-18 15:05:35 -07:00
.md-typeset .arithmatex {
overflow-x: auto;
}
.md-typeset .doc-contents {
overflow-wrap: anywhere;
}
.md-typeset h1 code,
.md-typeset h2 code,
.md-typeset h3 code {
word-break: break-word;
}