mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-31 10:36:16 -05:00
[PR #14770] [MERGED] fix: remove newline from Pending User Overlay Title input field #78457
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14770
Author: @silentoplayz
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/8/2025
Merged by: @tjbck
Base:
dev← Head:small-fix📝 Commits (1)
92c7549fix: remove newline📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
src/lib/components/admin/Settings/General.svelte(+0 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
rows={2}attribute from thePending User Overlay Titletextarea to reduce its initial vertical height. This change addresses the perception of an "extra new line" or excessive vertical spacing for this input field, making the layout more compact.Changed
Textareacomponent for the 'Pending User Overlay Title' by removing its explicitrowsattribute. This causes the textarea to default to an initial height of one line (or the component's inherent default), reducing the vertical space it occupies.Removed
rowsattribute with a value of2from the<Textarea>component associated with thePENDING_USER_OVERLAY_TITLEbinding.Fixed
Additional Information
Screenshots or Videos
Before:


After:
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.