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

Commit

Permalink
Fix inline code block nowrap issue (#7406)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Dec 17, 2021
1 parent 670d782 commit 63e69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ $left-gutter: 64px;
}

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

Expand Down

0 comments on commit 63e69d9

Please sign in to comment.