From 295e2cd1c56b199ba88d06b6e2d7f6f74f2fcd97 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 8 Feb 2021 11:00:35 -0500 Subject: [PATCH] Reduce tooltip default line-height --- src/styles/shoelace.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/shoelace.scss b/src/styles/shoelace.scss index c50f63b9..c86a0991 100644 --- a/src/styles/shoelace.scss +++ b/src/styles/shoelace.scss @@ -269,7 +269,7 @@ --sl-tooltip-font-family: var(--sl-font-sans); --sl-tooltip-font-weight: var(--sl-font-weight-normal); --sl-tooltip-font-size: var(--sl-font-size-small); - --sl-tooltip-line-height: var(--sl-line-height-normal); + --sl-tooltip-line-height: var(--sl-line-height-dense); --sl-tooltip-padding: var(--sl-spacing-xxx-small) var(--sl-spacing-x-small); --sl-tooltip-arrow-size: 5px; --sl-tooltip-arrow-start-end-offset: 8px;