From 66a021e917eed6f219a6dc2fbced12d13339e909 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Thu, 5 Oct 2023 15:25:39 +0000 Subject: [PATCH] enhance: improve styling of in-text "Add country" button --- site/css/content.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/css/content.scss b/site/css/content.scss index 96e2162f98e..7398bd544af 100644 --- a/site/css/content.scss +++ b/site/css/content.scss @@ -263,9 +263,10 @@ figure[data-explorer-src] { align-items: center; border: 1px solid #e7e7e7; border-radius: 4px; - padding: 7px; + padding: 5px 7px; color: #5b5b5b; white-space: nowrap; + margin: -5px 0px -5px -2px; .icon { width: 0.75rem;