css - google map infowindow cutting off text -
i have fixed size infowindow in google map application. problem text gets cut off on right side. tried various techniques, wrapping text in span container, smaller width. played text-overflow , overflow, no avail. have hack this?
i had inadvertently copied in "white-space: nowrap" directive in css causing problem...
/* fix unwanted scroll bar in infowindow */ .scrollfix{ overflow: hidden; /* white-space: nowrap; <--- out! */ padding-top:3px; height:300px !important; width:350px !important; }
Comments
Post a Comment