mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #194] Horizontal scrolling for code blocks #11973
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Phuket2 on GitHub (Dec 8, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/194
Horizontal scrolling for code blocks
The line wrapping in the code blocks makes it very difficult to read Python code in place. I am not sure this is the only way to handle the issue. It is just what the GPT-4 web-ui does.
Personally, it feels as if the margins on either side of the message area could be reduced to allow a bit more growth on larger screens. i.e. I have a 32’ screen, which I don’t get any benefit from. I know the pattern is normal for dynamic content centred on the page. While the proportions seem ok for chat, in my opinion it does not work that well when you have code output.