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
textarea
Go to the css directory of the theme
cd /var/www/html/myadmin11/themes/original/css
Then vi theme_right.css.php
find the "textarea#sqlquery" and change it
textarea#sqlquery { font-size:2em; /* add this line to what font size you want */ width: 80%; height: 300%; }