backdrop-contrib / leaflet

Backdrop CMS Integration with the Leaflet map scripting library.
https://backdropcms.org/project/leaflet
GNU General Public License v2.0
2 stars 2 forks source link

Map does not display if the field uses inline label #22

Closed indigoxela closed 2 years ago

indigoxela commented 3 years ago

If setting the Geofield display to use an inline label, the map won't display at all, because the outer wrapper gets floated, which leads to the inner div getting a zero width.

A bit tricky... using min-width on the inner div doesn't seem like the best solution (how wide?), but the outer div (field-items) has no indicator that it contains a map. Need to investigate a bit.

indigoxela commented 3 years ago

A PR is available for potential testers: https://github.com/backdrop-contrib/leaflet/pull/23

indigoxela commented 2 years ago

Not much interest here, but merged anyway. :wink: