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 i
If you are using "phpmyadmin 4.8.1" then go to xampp\phpMyAdmin\js\vendor\codemirror\lib,
open codemirror.css,
find font-size: inherit; and replace it with font-size: 2em;