From 3974aa51300845e5b0fe4033dd2ec9be6bc7f55e Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Thu, 16 Jan 2025 09:53:53 -0500 Subject: [PATCH] Decrease line height on swatches --- docs/assets/styles/docs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css index bf7bc4c53..36170bcbf 100644 --- a/docs/assets/styles/docs.css +++ b/docs/assets/styles/docs.css @@ -396,6 +396,7 @@ wa-page > main:has(> .index-grid) { min-height: 2.5em; padding: var(--wa-space-xs); font-weight: var(--wa-font-weight-semibold); + line-height: var(--wa-line-height-condensed); &.color { border-color: transparent;