From 3805d7f30851fb39d36119971a3ad54b9579f2ec Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 26 Jun 2024 15:43:46 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20better=20line-height=20for=20importers?= =?UTF-8?q?=E2=80=99=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/static/umap/css/importers.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umap/static/umap/css/importers.css b/umap/static/umap/css/importers.css index d4e61869..f4a265c4 100644 --- a/umap/static/umap/css/importers.css +++ b/umap/static/umap/css/importers.css @@ -11,6 +11,7 @@ border: none; width: initial; display: inline-block; + line-height: 1rem; } .importer h3:before { background-image: url(../img/importers/random.svg); @@ -32,6 +33,7 @@ width: 100%; height: 50px; display: block; + margin-bottom: var(--gutter); } .importer.geodatamine h3:before, .importers ul .geodatamine:before {