mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[PR #16878] [MERGED] FIX- RTL text orientation in Messages, and LTR allways for CodeBlock #24267
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/16878
Author: @rgaricano
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @tjbck
Base:
dev← Head:dev-FIX_RTL_in_messages-LTR_codeblock📝 Commits (5)
3a360e4FIX-RTL in UserMessage.svelte2b0e90cFIX RTL in Update ResponseMessage.svelte3839f18FIX- LTR in Update CodeBlock.svelte24e696eFormat Update ResponseMessage.svelte0a16af4rerun checks📊 Changes
3 files changed (+8 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/Messages/CodeBlock.svelte(+1 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+6 -1)📝
src/lib/components/chat/Messages/UserMessage.svelte(+1 -1)📄 Description
FIX for RTL text orientation
Issue: https://github.com/open-webui/open-webui/discussions/16827
Added alignament condition in User Message & Response depending of the User Settings.
Added LTR alignament for Code Block.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.