mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Min font size on iOS inputs should be 16px or we will zoom on input
This commit is contained in:
parent
ddb32a7704
commit
a6bda62a91
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ export function MarkdownNote(props: MarkdownNote): JSX.Element {
|
|||
'.rc-md-editor .editor-container .sec-md .input': {
|
||||
padding: '10px',
|
||||
borderRadius: '5px',
|
||||
fontSize: '16px',
|
||||
},
|
||||
}}
|
||||
onKeyDown={(event: React.KeyboardEvent<HTMLInputElement>) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue