From fdbf814facdd31f4bbed87aca925e8ce424d80b9 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 15 Nov 2023 16:54:20 +0100 Subject: [PATCH] Fix accordion arrow not displayed on Chromium --- umap/static/umap/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 6a7b8677..2a12c877 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -295,6 +295,7 @@ input[type="file"] + .error { background-repeat: no-repeat; text-indent: 24px; height: 24px; + width: 24px; line-height: 24px; display: inline-block; background-image: url('./img/16-white.svg');