From 18d19c86b40688316f88e1ac52ae624776172447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 22 Sep 2019 19:45:05 -0400 Subject: [PATCH] Set linehight where it doesn't get superseded --- web/themes/custom/geofresco/src/global/_components.scss | 1 + web/themes/custom/geofresco/src/global/_layout.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index d3e61f5..812a672 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -76,4 +76,5 @@ background-color: rgba($offwhite, 0.66); padding: 0.4em 0.3em 0.3em 0.3em; border-radius: 0.4em; + line-height: 1.8; } diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index 5f0e532..5331cdd 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -31,7 +31,6 @@ position: relative; overflow: visible; z-index: 10; - line-height: 1.8; } /* If there's no featured image, leave enough blank space for the dropping down title. */