mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing codespan inline issue
This commit is contained in:
@@ -152,7 +152,7 @@ class MattermostMarkdownRenderer extends marked.Renderer {
|
||||
}
|
||||
|
||||
codespan(text) {
|
||||
return '<pre class="text-nowrap">' + super.codespan(text) + '</pre>';
|
||||
return '<span class="codespan__pre-wrap">' + super.codespan(text) + '</span>';
|
||||
}
|
||||
|
||||
br() {
|
||||
|
||||
Reference in New Issue
Block a user