From b9bea5eddebc52e3493074f0a891305ac7dd9fe7 Mon Sep 17 00:00:00 2001 From: fim100 <107080649+fim100@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:26:36 +0330 Subject: [PATCH] fix placement of navigation links in dashboard My Map and My Profile --- 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 1d1a3a7d..04cc8946 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -145,6 +145,7 @@ h2.tabs a { text-decoration-skip-ink: none; text-underline-offset: 7px; margin-inline-end: 2rem; + display: inline-block; } h2.tabs a:not(.selected) { font-weight: normal;