The font-size of the textarea
that accepts SQL queries on my phpMyAdmin installation is too small. One workaround I found is to increase the minimum font size in Chrome, but it's breaking the look of other websites.
How can the font size be increased?
I Had the same problem using phpMyAdmin with xampp.
to fix, go to
xampp > phpMyAdmin > themes > pmahomme > css
open the following file with your text editor
codemirror.css.php
and add the following line to the very bottom of the file
.CodeMirror pre {font-size:1.4em;}
Now save the file and that should do it!
(if phpMyAdmin is using a different theme to pmahomme then just add that line
of code to every codemirror.css.php file you can find!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With