I could reproduce it for all the textarea elements in Insert Row Forms.
But only in the pmahomme theme.
A quick look in CSS for pmatheme shows that the inputs for other types like text, password, number etc. all have been assigned a 6px margin.
But there is no such margin for textarea and I think that is what is causing the problem.
A slight addition to the CSS File worked for me on chrome, firefox, IE.
Any other suggestions or should I go ahead with the pull request ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I could reproduce it for all the textarea elements in Insert Row Forms.
But only in the pmahomme theme.
A quick look in CSS for pmatheme shows that the inputs for other types like text, password, number etc. all have been assigned a 6px margin.
But there is no such margin for textarea and I think that is what is causing the problem.
A slight addition to the CSS File worked for me on chrome, firefox, IE.
Any other suggestions or should I go ahead with the pull request ?
Hi Deven,
please go ahead.
Fix: https://github.com/phpmyadmin/phpmyadmin/pull/1518