ProxyAI/src
Patrick Hemmer e55aa31b89
fix: backtick code overflowing and going out of view (#1145)
Previously when text was enclosed in backticks, that text wouldn't wrap, and would instead overflow beyond the viewport. In addition, there is no horizontal scroll bar, so the text is completely inaccessible. And to make it even worse, because of this, the virtual viewport was extended, causing other non-backtick text to also go out of view.

This fixes the issue by overriding the style to enable wrapping.
2025-10-21 12:02:56 +01:00
..
main fix: backtick code overflowing and going out of view (#1145) 2025-10-21 12:02:56 +01:00
test fix: code block handling containing nested backticks (#1144) 2025-10-21 11:13:57 +01:00