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?

enter image description here

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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -