commit b6895a6bc8f92c31bc5782cad4d81c2dd23f985c
parent 6179adf3720e979c18c54b849184d5f12c49e9f3
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Thu, 5 Jul 2018 00:28:59 +0300
[custom layers] fix window width
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.control.layers.configure/style.css b/src/lib/leaflet.control.layers.configure/style.css
@@ -104,7 +104,7 @@
.custom-layers-window {
position: relative;
left: -50%;
- width: 290px;
+ min-width: 290px;
/*margin-left: -150px;*/
margin-top: 15px;
background-color: white;