Why is Chrome ignoring my CSS selector?

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-05-13T15:52:20Z Indexed on 2010/05/13 15:54 UTC
Read the original article Hit count: 158

Filed under:
|

In the following page http://ada.kiexpro.com/test2/map.html I added:

white-space: normal;

to wrap the copyright text that is coming our from the Google map API. It works in FF and IE but Chrome seems to ignore the CSS selector:

global.css:

#cm_map span {
white-space: normal !important;
}

© Stack Overflow or respective owner

Related posts about chrome

Related posts about css