mirror of https://github.com/vector-im/riot-web
don't collapse spaces in inline code blocks (#7328)
parent
785eb5fa15
commit
692679a5ea
|
@ -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…
Reference in New Issue