mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #5975] Inconsistent Conversation Bubble Sizes with YAML Code Blocks in Widescreen Mode #14193
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 @lehhair on GitHub (Oct 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5975
Bug Report
Installation Method:
docker
Environment:
Confirmation:
Expected Behavior:
When scrolling the page in widescreen mode, the size of the conversation bubbles should remain consistent.
Actual Behavior:
In widescreen mode, when the chat includes YAML code blocks, the size of the conversation bubbles changes inconsistently when scrolling up and down.
Bug Summary:
When scrolling in widescreen mode, if the chat includes YAML code blocks, the size of the conversation bubbles changes inconsistently.
Reproduction Details:
Reproduction Steps:
@lehhair commented on GitHub (Oct 25, 2024):
Perhaps it is caused by the display of new code blocks, which will reappear in many cases.
@lehhair commented on GitHub (Dec 8, 2024):
Until the latest version this problem still exists, and I found that code blocks are not colored when writing
py instead ofpython, hopefully this can be optimized!@geniusjoelraj commented on GitHub (Jul 27, 2025):
Hey I can work on this, Is this still relevant?
@anugrahrk commented on GitHub (Aug 23, 2025):
resolved? if not i can work on this.
@silentoplayz commented on GitHub (Oct 21, 2025):
I confirmed this issue internally last month, but only just now stumbled across this issue post based on the title. I clicked upon it and knew it was an instant match of the same issue I reported. Turns out your issue post opened up here is actually 1 year older though!
To add more context about this issue, I believe both
Chat Bubble UIandWidescreen ModeUI options need to be toggled on within theInterfaceuser settings to see the code blocks resize issue described. The resizing of code blocks only happens while scrolling through code blocks previously provided in my queries sent to the model within a chat. This issue should still be reproducible.@geniusjoelraj, @anugrahrk This issue has not been resolved yet and a PR is definitely welcome!
@tysoncung commented on GitHub (Dec 12, 2025):
I'm interested in working on this issue. Could you provide more context about what you're looking for? Any additional details about requirements or constraints would be helpful.
@theamodhshetty commented on GitHub (Feb 24, 2026):
I opened a fix PR for this: #21819.
Summary:
This keeps bubble widths stable while scrolling in widescreen mode with code blocks.