Bug Report: Inline code is rendered as a block element
We've identified a CSS issue in the chat widget where inline code snippets, formatted with backticks (e.g.,
some code
), are incorrectly styled with display: block
. This causes them to render on a separate line instead of within the flow of the text. The expected behavior is for these elements to be styled as display: inline
or display: inline-block
.
This styling significantly impacts the readability of our AI responses, as our knowledge base content frequently uses inline code.
We've confirmed that we cannot override this style from our end. We would be grateful if you could prioritize a fix for this, as it would greatly improve the presentation of our chat widget.
Thank you!
0 Replies