13 lines
199 B
CSS
13 lines
199 B
CSS
|
|
.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;
|
||
|
|
}
|