don't collapse spaces in inline code blocks (#7328)
This commit is contained in:
parent
785eb5fa15
commit
692679a5ea
1 changed files with 4 additions and 0 deletions
|
@ -469,6 +469,10 @@ $left-gutter: 64px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre; // don't collapse spaces in inline code blocks
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_lineNumbers {
|
.mx_EventTile_lineNumbers {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue