From 712b0a1787a35a0a4b15a7130a68fcc2009f99f1 Mon Sep 17 00:00:00 2001 From: Yohn Date: Sat, 11 Jan 2025 03:03:50 -0500 Subject: [PATCH] Closes #32 and brings the arrow back to the tooltips --- scss/components/_tooltip.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index c169acf3..2f4d8ee5 100644 --- a/scss/components/_tooltip.scss +++ b/scss/components/_tooltip.scss @@ -47,6 +47,7 @@ // Caret &[data-placement="top"]::after, &::after { + width: 0; padding: 0; transform: translate(-50%, 0rem); border-top: 0.3rem solid;