From c6fbc4831b24229d8562ba91a8f581d60bfc0bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 24 Jun 2024 11:08:59 +0200 Subject: [PATCH] fix: better spacing for the alert box, when activated --- umap/static/umap/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 6996ba86..c815e502 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -169,7 +169,7 @@ h2.tabs a:hover { background-color: #c0392b; color: #efefef; margin-top: 0; - padding: 14px 0; + padding: 1em; } .demo-instance-warning .row { margin-top: 0;