From fb24826fd34a9b87f34f9a4eaea6494723a5990b Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 8 Dec 2022 16:35:38 -0500 Subject: [PATCH] Need a slight mod to the CSS so that icons and the tooltips are not exanding. --- client/components/Icon.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/Icon.svelte b/client/components/Icon.svelte index 4354b99..d5a7707 100644 --- a/client/components/Icon.svelte +++ b/client/components/Icon.svelte @@ -24,6 +24,10 @@ export let tip_position="bottom"; filter: drop-shadow(5px 3px 3px var(--color-overlay-shadow)); } + span { + max-width: min-content; + } + span.tipped { position: relative; padding: 0px !important;