From 55c085d7b35446a3cd5bd4bb31629c1182605a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Arcos?= Date: Wed, 2 Oct 2013 13:31:05 +0200 Subject: [PATCH] Fix bottom draw options display 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. --- dist/leaflet.draw.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/leaflet.draw.css b/dist/leaflet.draw.css index 6242f5ce1..eeca2ebc4 100644 --- a/dist/leaflet.draw.css +++ b/dist/leaflet.draw.css @@ -94,6 +94,7 @@ .leaflet-draw-actions-bottom { margin-top: 0; + white-space: nowrap; } .leaflet-draw-actions-top {