Skip to content

Commit

Permalink
bugfix: fix position of select image
Browse files Browse the repository at this point in the history
* enforce image to have no margin nor padding
* this broke the example at https://dwilhelm89.github.io/Leaflet.StyleEditor/
  • Loading branch information
Fup Duck committed Sep 30, 2017
1 parent e38e752 commit a00678f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/Leaflet.StyleEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a00678f

Please sign in to comment.