From e87a77cf4384afbe5199dd20face7b76227334af Mon Sep 17 00:00:00 2001 From: David Larlet Date: Mon, 16 Oct 2023 15:18:16 -0400 Subject: [PATCH] =?UTF-8?q?Hide=20the=20next=20icon=20in=20buttons?= =?UTF-8?q?=E2=80=99=20sprites?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 12cd7d39..6f68ceed 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -450,7 +450,7 @@ i.info { .umap-clone:before, .umap-edit:before, .umap-download:before, .umap-to-polyline:before { background-repeat: no-repeat; - text-indent: 38px; + text-indent: 36px; height: 24px; line-height: 24px; display: inline-block;