diff --git a/src/app/pages/maps/leaflet/leaflet.component.scss b/src/app/pages/maps/leaflet/leaflet.component.scss index 253a4471..a953150c 100644 --- a/src/app/pages/maps/leaflet/leaflet.component.scss +++ b/src/app/pages/maps/leaflet/leaflet.component.scss @@ -14,4 +14,8 @@ width: 100%; height: nb-theme(card-height-large); } + + ::ng-deep .leaflet-control-zoom a { + text-decoration: none; + } }