The text is too small when the font size is set to something smaller other than 16px. #176
Answered
by
arjunvegda
codenoobforreal
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
arjunvegda
Feb 19, 2025
Replies: 1 comment
-
Thanks for reaching out. This is actually expected—setting font-size: 62.5% globally can cause issues in the app, including in Jotai DevTools. It's also not a best practice. I’d recommend removing it to avoid any unintended side effects. Not sure if there’s a way to isolate font-size changes just for the DevTools UI, but if you have any ideas, I'd love to hear them! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
codenoobforreal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reaching out. This is actually expected—setting font-size: 62.5% globally can cause issues in the app, including in Jotai DevTools. It's also not a best practice. I’d recommend removing it to avoid any unintended side effects.
Not sure if there’s a way to isolate font-size changes just for the DevTools UI, but if you have any ideas, I'd love to hear them!