mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14998] issue: Banners need a max character limit; here's why #56101
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?
Originally created by @silentoplayz on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14998
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
v0.9.0
Operating System
Edition: Windows 11 Pro | Version: 24H2 | OS Build: 26100.4351 | Windows Feature Experience Pack: 1000.26100.107.0
Browser (if applicable)
LibreWolf v135.0.1-1 (Firefox)
Confirmation
README.md.Expected Behavior
Banners should have a practical character limit (e.g., 512 characters) to prevent them from obscuring or completely blocking the
New Chatpage content, including the chat input box and prompt suggestions.Actual Behavior
Banners currently have no enforced character limit, which allows a single banner containing a large amount of text to entirely fill the
New Chatpage, pushing the chat input box and prompt suggestions off-screen and preventing user interaction.Steps to Reproduce
Interfacetab.UIsection and click "Add New Banner".Dismissableoption for the banner to make the issue more persistent.New Chatpage.Default Prompt Suggestionsout of view, and preventing interaction.Logs & Screenshots
See attached screenshot:

Additional Information
This issue significantly impairs usability, as large banners can completely obscure essential UI elements like the chat input box and
Default Prompt Suggestionson theNew Chatpage. Furthermore, scrolling is not enabled to access these off-screen elements, effectively preventing users from initiating new chats.@tjbck commented on GitHub (Jun 16, 2025):
Should be addressed with afca606063900d0de46c1cb19ae8f58e7a8dfff0!
@silentoplayz commented on GitHub (Jun 16, 2025):
This ironically is a justifiable fix. Let's just hope I don't find a way to break banners further. 😉
Wait a minute... what's this? 👀 😅

@Classic298 commented on GitHub (Jun 16, 2025):
at this point if you create so many banners as an admin, i think it's your own fault xD
@Classic298 commented on GitHub (Jun 16, 2025):
@silentoplayz what would be cool is if you could use \n as a newline in banners. Currently you can only use ** to make text bold, but not much more
@Classic298 commented on GitHub (Jun 16, 2025):
@silentoplayz and one more for you: model descriptions:
if you create a description for a model with EMPTY newlines, it is correctly displayed if you hover over the (i) in the model selector
but if you hover over the model description in the actual landing page / chat screen, the empty new lines will not be rendered
@silentoplayz commented on GitHub (Jun 16, 2025):
Certainly, but I believe in every edge case needing tested.
I can agree.
This is valid and has been around for a while (see attached screenshots for reference). Feel free to open a bug report or submit a fix PR for this. It seems even dashes (


-) aren't being picked up for the model description on the landing/chat page.@kns-12 commented on GitHub (Jun 30, 2025):
Hello @silentoplayz and @tjbck,
according to this issue, long banners are considered a "bug". And it has been fixed with a fixed height of "max-h-20" in commit
afca606063The fix is working and now we are having a problem that the banners are way too short.
In our team we have to add a banner which tells our members the do's and don'ts with open webui.
As you can see in the attached picture, the size of the banner is completely fine size-wise.

Compared to the new restricted height in open webui 0.6.15

We require multiple banners spanning further across the monitor. As well as looking rather bad in the UI.
In my opinion the new height restriction is too limiting and should be at least increased by a fair amount.
Banners are only set by admins and therefore should not be spanning the entire monitor.
If so this is clearly a missuse on the side of the admin.
Can you please look into that and maybe re-evaluate the change?
Greetings
kns
@silentoplayz commented on GitHub (Jun 30, 2025):
@kns-12 Banners only have a fixed height/size now, but the character count hasn't been limited AFAIK. Users can scroll using the mouse's scroll wheel on a banner to reveal text that isn't immediately displayed within it. Perhaps we could accommodate by increasing the height limit so that more text is immediately visible to the user within banners.
@Mitsch164 commented on GitHub (Jun 30, 2025):
@silentoplayz Yes, users can scroll within the banner, but this isn't very obvious—especially in dark mode—and it's not particularly intuitive. As a result, we expect that most of our non-technical users won’t realize there's additional content to scroll after the heigth-limit. From our perspective, this change feels like a step back in terms of user experience.
@silentoplayz commented on GitHub (Jun 30, 2025):
I hope
a463ef3c03helps to alleviate needing to use so many banners for your use case!