From 4ceb886e4f63b87ae469869ecbc6fba8383ba4ce Mon Sep 17 00:00:00 2001
From: Moritz Strohm <strohm@data-quest.de>
Date: Mon, 22 Apr 2024 17:13:57 +0200
Subject: [PATCH] fixed typo

---
 resources/assets/stylesheets/scss/tooltip.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/assets/stylesheets/scss/tooltip.scss b/resources/assets/stylesheets/scss/tooltip.scss
index 114b596c0e9..a25d9918f49 100644
--- a/resources/assets/stylesheets/scss/tooltip.scss
+++ b/resources/assets/stylesheets/scss/tooltip.scss
@@ -38,6 +38,7 @@
         @extend %tooltip;
         display: none;
     }
+
     &:hover .tooltip-content, &:focus .tooltip-content {
         bottom: 100%;
         display: inline-block;
-- 
GitLab