Recently a client had a problem with a Google Map that had controls that were squashed and looked broken. Fortunately this is an easy fix, with a little CSS hack.

Try adding the following to your CSS and the controls should look as intended.


.gmnoprint img { max-width: none; }