diff --git a/projects/common-map/src/fm-map/components/aol/zoom-to-extent/zoom-to-extent.component.ts b/projects/common-map/src/fm-map/components/aol/zoom-to-extent/zoom-to-extent.component.ts index 83d4990..f75ce0d 100644 --- a/projects/common-map/src/fm-map/components/aol/zoom-to-extent/zoom-to-extent.component.ts +++ b/projects/common-map/src/fm-map/components/aol/zoom-to-extent/zoom-to-extent.component.ts @@ -28,7 +28,7 @@ export class ZoomToExtentComponent implements OnChanges { var bottom = Math.round(size[1] / 2); var top = 1 * rem; if (size[0] > threshold) { - bottom = 1 * rem; + bottom = 3 * rem; left = 23 * rem; } options.padding = [top, right, bottom, left];