mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 21:15:52 +03:00
[PR #583] [MERGED] fix(web): prevent iOS font size inflation on code editor tab switch #1420
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1420
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/583
Author: @simonklee
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @kommander
Base:
main← Head:web-fix-examples📝 Commits (1)
64399cdfix(web): prevent iOS font size inflation on code editor tab switch📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
packages/web/src/styles/global.css(+6 -0)📄 Description
On iOS, when toggling panels the examples, the font size compounds. Added text-size-adjust: 100% to code editor elements to keep font size.
I didn't test if this fixes it, but if it turns out not to, i'll set up a tunnel and make sure i can debug it end-to-end.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.