From 36d58993a0bf947b1c4dcbcb5ae10a5a995cdbc3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 9 Apr 2025 09:32:54 +0200 Subject: [PATCH] chore: add missing margin-bottom in importers --- .../umap/js/modules/importers/cadastrefr.js | 26 ++++++++++--------- .../umap/js/modules/importers/geodatamine.js | 20 +++++++------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/umap/static/umap/js/modules/importers/cadastrefr.js b/umap/static/umap/js/modules/importers/cadastrefr.js index e9fd932f..ca0f071a 100644 --- a/umap/static/umap/js/modules/importers/cadastrefr.js +++ b/umap/static/umap/js/modules/importers/cadastrefr.js @@ -8,18 +8,20 @@ import { AutocompleteCommunes } from './communesfr.js' const TEMPLATE = `

Cadastre

Importer les données cadastrales d’une commune française.

- - +
+ + +
` export class Importer { diff --git a/umap/static/umap/js/modules/importers/geodatamine.js b/umap/static/umap/js/modules/importers/geodatamine.js index 2a6e19c0..cd03b25e 100644 --- a/umap/static/umap/js/modules/importers/geodatamine.js +++ b/umap/static/umap/js/modules/importers/geodatamine.js @@ -16,15 +16,17 @@ const BOUNDARY_TYPES = { const TEMPLATE = `

GeoDataMine

${translate('GeoDataMine: thematic data from OpenStreetMap')}.

- - - +
+ + + +
` class Autocomplete extends SingleMixin(BaseAjax) {