mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: The font family of .font-primary cannot be vertically centered in Chinese #5449
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 @ShirasawaSama on GitHub (Jun 5, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.13 (also dev)
Ollama Version (if applicable)
No response
Operating System
MacOS 15.5
Browser (if applicable)
Edge 137.0.3296.52
Confirmation
README.md.Expected Behavior
Chinese content should be correctly centered vertically.
Actual Behavior
The Chinese content is not correctly vertically centered, but slightly above the centerline.
Steps to Reproduce
Add a model containing Chinese and English character names.
Logs & Screenshots
Additional Information
We can notice that these contents all have the same class name
font-primary:The Vazirmatn-Regular_Medium font can cause overall deviation of the Chinese text:
After we remove this font style, the display returns to normal:
@tjbck commented on GitHub (Jun 5, 2025):
PR welcome but admittedly a low priority.