From 70cca268e8ba65604d78101b63da189a7dca7b00 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 15 Mar 2024 17:45:40 +0100 Subject: [PATCH] chore: fix icons in the dashboard --- umap/static/umap/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 8e8de671..bab0a051 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -337,6 +337,7 @@ ul.umap-autocomplete { height: 36px; width: 36px; margin: 3px; + background-position: initial; } .content .icon-view { background-image: url('./img/icon-view.svg');