Min font size on iOS inputs should be 16px or we will zoom on input
This commit is contained in:
@ -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>) => {
|
||||
|
||||
Reference in New Issue
Block a user