fix line wrapping of code blocks in multiline msgs
This commit is contained in:
parent
e3eef45684
commit
17e540d372
|
@ -89,7 +89,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_content .markdown-body .hljs {
|
.mx_EventTile_content .markdown-body .hljs {
|
||||||
display: inherit ! important;
|
display: inline ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* end of overrides */
|
/* end of overrides */
|
||||||
|
|
Loading…
Reference in New Issue