Skip to content

Commit

Permalink
Fix bottom draw options display
Browse files Browse the repository at this point in the history
The menu to save and cancel the action on vertical menu to delete layer was displayed in two lines. I fixed this problem adding a style line to css.
  • Loading branch information
Moisés Arcos committed Oct 2, 2013
1 parent 5476483 commit 55c085d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/leaflet.draw.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@

.leaflet-draw-actions-bottom {
margin-top: 0;
white-space: nowrap;
}

.leaflet-draw-actions-top {
Expand Down

0 comments on commit 55c085d

Please sign in to comment.