From 6f38dcf4d702b13c8833883b7250934392725ab0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 21 Jun 2024 14:07:48 +0200 Subject: [PATCH] fix: this css var has been renamed elsewhere --- umap/static/umap/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index fb58536b..e7ceca9d 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -70,7 +70,7 @@ hgroup > * { margin-bottom: 0; } hgroup { - margin-bottom: var(--box-space); + margin-bottom: var(--box-margin); } hgroup > :not(:first-child):last-child { font-weight: normal; @@ -311,7 +311,7 @@ label { width: 100%; } label + label { - margin-top: var(--box-space); + margin-top: var(--box-margin); } .content label { font-weight: bold;