|
@@ -462,6 +462,9 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
|
|
|
|
|
|
|
/* popup */
|
|
/* popup */
|
|
|
|
+.leaflet-popup-content{
|
|
|
|
+ width: 380px!important;
|
|
|
|
+}
|
|
|
|
|
|
.leaflet-popup {
|
|
.leaflet-popup {
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -637,4 +640,4 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
left: 0;
|
|
left: 0;
|
|
margin-left: -12px;
|
|
margin-left: -12px;
|
|
border-right-color: #fff;
|
|
border-right-color: #fff;
|
|
-}
|
|
|
|
|
|
+}
|