Skip to content

Commit

Permalink
fix(flow): text size on safari ios sometimes unexpectly got giant (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter authored Jun 3, 2024
1 parent 1014ea5 commit 0843410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/@code-editor/mod.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ form .editor {
font-family: var(--ft-mono);
font-size: 1rem;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
white-space: pre-wrap;
}

Expand Down
1 change: 1 addition & 0 deletions styles/flow/mod.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pre {
background: var(--bg-muted);
font-size: .85rem;
line-height: 1.45;
-webkit-text-size-adjust: 100%;
}

pre > code {
Expand Down

0 comments on commit 0843410

Please sign in to comment.