[PR #12167] [CLOSED] Fix alignament buttons text #9652

Closed
opened 2025-11-11 18:27:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12167
Author: @rgaricano
Created: 3/29/2025
Status: Closed

Base: devHead: dev


📝 Commits (10+)

📊 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

  • 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.

openwebui_aligns_config

openwebui_aligns_config1


🔄 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. ![openwebui_aligns_config](https://github.com/user-attachments/assets/9e2923df-c244-47a7-b9dc-25b5fe4ee5cb) ![openwebui_aligns_config1](https://github.com/user-attachments/assets/bfba0177-8c12-4cc5-bd75-fae69094875b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:27:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#9652