correction of some align tag assigned to buttons that are right and
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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/12167
**Author:** [@rgaricano](https://github.com/rgaricano)
**Created:** 3/29/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev`
---
### 📝 Commits (10+)
- [`3f04ff7`](https://github.com/open-webui/open-webui/commit/3f04ff78bdc90d17e1131c424366bda286e71ffc) Merge pull request #7 from open-webui/dev
- [`0727039`](https://github.com/open-webui/open-webui/commit/07270396477ade5bc9d651f9dc5573439803cc73) Merge branch 'open-webui:dev' into dev
- [`c8040f7`](https://github.com/open-webui/open-webui/commit/c8040f74cb0d757d71f5294b6684a7aa8cc8e102) Merge branch 'open-webui:dev' into dev
- [`c48e959`](https://github.com/open-webui/open-webui/commit/c48e959bbd61554eea6e588068903ea9c691c9d3) Merge branch 'open-webui:dev' into dev
- [`8dddc1a`](https://github.com/open-webui/open-webui/commit/8dddc1ac6dd9b888f561763b801149644a79fd26) Merge branch 'open-webui:dev' into dev
- [`debb2ef`](https://github.com/open-webui/open-webui/commit/debb2efd518b03e86d93e9aeccf298bd9857088c) Merge branch 'open-webui:dev' into dev
- [`030a043`](https://github.com/open-webui/open-webui/commit/030a043e23461ab225b1f3ef06109bafdda36790) Merge branch 'dev' of https://github.com/rgaricano/open-webui into dev
- [`5b6e3cd`](https://github.com/open-webui/open-webui/commit/5b6e3cdc8bce0d8f8f13e7f76b04528adba44af9) Fix alignament buttons text
- [`a7e619a`](https://github.com/open-webui/open-webui/commit/a7e619a9a21033cad159bdea37a8fd87fdeca062) Merge branch 'open-webui:dev' into dev
- [`070e800`](https://github.com/open-webui/open-webui/commit/070e8005956e06cf8b3274c25efe9572904b3995) Merge branch 'dev' of https://github.com/rgaricano/open-webui into dev
### 📊 Changes
**5 files changed** (+36 additions, -15 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 Description
Fix text buttons alignament
Fixed align tag on user & admin settings buttons
- correction of some align tag assigned to buttons that are right and
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.


---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.