diff --git a/resources/assets/stylesheets/scss/tooltip.scss b/resources/assets/stylesheets/scss/tooltip.scss
index d927344f09592d8d055fd7e6720b60e0eb2c7f77..ac570a86388920572befecd8ad2fc993de08099e 100644
--- a/resources/assets/stylesheets/scss/tooltip.scss
+++ b/resources/assets/stylesheets/scss/tooltip.scss
@@ -39,7 +39,8 @@
         display: none;
     }
 
-    &:hover .tooltip-content, &:focus .tooltip-content {
+    &:hover .tooltip-content,
+    &:focus .tooltip-content {
         bottom: 100%;
         display: inline-block;
         left: 50%;