feat: markdown code no word-break
Signed-off-by: Luis Komatsu <lkomatsu@questrade.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user