don't collapse spaces in inline code blocks (#7328)

This commit is contained in:
Kim Brose 2021-12-10 15:50:50 +01:00 committed by GitHub
parent 785eb5fa15
commit 692679a5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -469,6 +469,10 @@ $left-gutter: 64px;
background: transparent;
}
}
code {
white-space: pre; // don't collapse spaces in inline code blocks
}
}
.mx_EventTile_lineNumbers {