Leaflet / Leaflet.toolbar

Flexible, extensible toolbars for Leaflet maps.
MIT License
197 stars 70 forks source link

popup toolbar width CSS issue #52

Closed jywarren closed 5 years ago

jywarren commented 5 years ago

Hi! We saw this on MapKnitter and found a fix:

image

This CSS seems to fix it:

.leaflet-toolbar-icon {
  box-sizing: initial;
}

See here:

image

https://github.com/publiclab/Leaflet.DistortableImage/commit/13a40ac6590ca80b6abc4a3aed960a0f17c445d4

I can open a PR in a moment.

jywarren commented 5 years ago

https://github.com/Leaflet/Leaflet.toolbar/pull/53 - thanks again!!! 🎉

justinmanley commented 5 years ago

Fixed in #53 - thanks, Jeff!