From cf94bdc0742c13e2a0cac864c478b8626b266e1b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:11:38 +0200 Subject: Merging upstream version 1.66.0+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/error_index_generator/error-index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tools/error_index_generator/error-index.css') diff --git a/src/tools/error_index_generator/error-index.css b/src/tools/error_index_generator/error-index.css index 8975af82d..dcac2e18e 100644 --- a/src/tools/error_index_generator/error-index.css +++ b/src/tools/error_index_generator/error-index.css @@ -27,10 +27,11 @@ pre .tooltip::before { content: " "; position: absolute; top: 50%; - left: 16px; + left: 2px; margin-top: -5px; border-width: 5px; border-style: solid; + height: 0px; } pre .tooltip:hover::before, pre .tooltip:hover::after { -- cgit v1.2.3