Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
don't collapse spaces in inline code blocks (#7328)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks committed Dec 10, 2021
1 parent 785eb5f commit 692679a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ $left-gutter: 64px;
background: transparent;
}
}

code {
white-space: pre; // don't collapse spaces in inline code blocks
}
}

.mx_EventTile_lineNumbers {
Expand Down

0 comments on commit 692679a

Please sign in to comment.