mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #21707] [CLOSED] fix: consistent conversation bubble sizes with YAML blocks in widescreen #49273
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21707
Author: @agent-steven
Created: 2/21/2026
Status: ❌ Closed
Base:
main← Head:fix/yaml-bubble-size-5975📝 Commits (1)
049669bfix: consistent conversation bubble sizes with YAML blocks in widescreen (#5975)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/components/chat/Messages/Message.svelte(+1 -1)📄 Description
Description
Fixes #5975
Resolves inconsistent conversation bubble sizing when scrolling in widescreen mode with YAML code blocks.
Changes
min-w-0to message containerRoot Cause
In widescreen mode (
max-w-full), flex containers withoutmin-w-0allow child code blocks to overflow, causing the parent bubble to resize inconsistently during scroll.Demo
Before:
Conversation bubbles change size when scrolling up/down with YAML blocks
After:
Bubble sizes remain stable during scroll
Testing
Tested in Chrome/Firefox on 1920×1080 display.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.