mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-18 13:01:03 -05:00
[PR #12167] [CLOSED] Fix alignament buttons text #9652
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/12167
Author: @rgaricano
Created: 3/29/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (10+)
3f04ff7Merge pull request #7 from open-webui/dev0727039Merge branch 'open-webui:dev' into devc8040f7Merge branch 'open-webui:dev' into devc48e959Merge branch 'open-webui:dev' into dev8dddc1aMerge branch 'open-webui:dev' into devdebb2efMerge branch 'open-webui:dev' into dev030a043Merge branch 'dev' of https://github.com/rgaricano/open-webui into dev5b6e3cdFix alignament buttons texta7e619aMerge branch 'open-webui:dev' into dev070e800Merge branch 'dev' of https://github.com/rgaricano/open-webui into dev📊 Changes
5 files changed (+36 additions, -15 deletions)
View changed files
📝
backend/open_webui/main.py(+19 -0)📝
backend/open_webui/retrieval/web/utils.py(+2 -1)📝
backend/requirements.txt(+2 -1)📝
src/lib/components/admin/Settings.svelte(+11 -11)📝
src/lib/components/chat/SettingsModal.svelte(+2 -2)📄 Description
Fix text buttons alignament
Fixed align tag on user & admin settings buttons
have to be left, this means that although it is not noticeable in
English, in other languages, especially if several lines appear, it is
obvious.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.