From 368cad0955d92a98deae021e0d5831d6c310b3cc Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 19 Dec 2021 13:24:09 +0100 Subject: [PATCH] Documentation --- src/assets/stylesheets/main/layout/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/stylesheets/main/layout/_tooltip.scss b/src/assets/stylesheets/main/layout/_tooltip.scss index 2f769071e..daba10a47 100644 --- a/src/assets/stylesheets/main/layout/_tooltip.scss +++ b/src/assets/stylesheets/main/layout/_tooltip.scss @@ -176,7 +176,7 @@ // Annotation marker – the marker must be positioned absolutely behind // the index, because it shouldn't impact the rendering of a code block. // Otherwise, small rounding differences in browsers can sometimes mess up - // alignment of text following a Annotation. + // alignment of text following an annotation. &::after { position: absolute; top: 0.025em;