You are here

geofield_map.css in Geofield 7

Same filename and directory in other branches
  1. 7.2 modules/geofield_map/css/geofield_map.css
/**
 * Issue #1966296: Info tooltip styling is broken for GeofieldMap
 */
.geofieldMap img {
  max-width: none;
}

File

modules/geofield_map/css/geofield_map.css
View source
  1. /**
  2. * Issue #1966296: Info tooltip styling is broken for GeofieldMap
  3. */
  4. .geofieldMap img {
  5. max-width: none;
  6. }