From a00678f57da6b23f562052606446c7605a25e5ce Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Sat, 30 Sep 2017 09:35:48 +0200 Subject: [PATCH] bugfix: fix position of select image * enforce image to have no margin nor padding * this broke the example at https://dwilhelm89.github.io/Leaflet.StyleEditor/ --- src/css/Leaflet.StyleEditor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/Leaflet.StyleEditor.css b/src/css/Leaflet.StyleEditor.css index 6070b00..68584a6 100644 --- a/src/css/Leaflet.StyleEditor.css +++ b/src/css/Leaflet.StyleEditor.css @@ -118,6 +118,10 @@ left: calc(50% - 10px); overflow: hidden; } +.leaflet-styleeditor-select-image { + padding: 0; + margin: 0; +} .leaflet-styleeditor-button { border: 0px; display: inline-block;