feat: markdown code no word-break

Signed-off-by: Luis Komatsu <lkomatsu@questrade.com>
This commit is contained in:
Luis Komatsu
2024-01-05 16:07:05 -03:00
parent 4e8ac48d4a
commit 54353b124f
@@ -115,4 +115,8 @@ ${headings.reduce<string>((style, heading) => {
.md-typeset pre > code::-webkit-scrollbar-thumb:hover {
background-color: hsla(0, 0%, 0%, 0.87);
}
.md-typeset code {
word-break: keep-all;
}
`;